Merge branch 'hotfix/rename-preview-images'

# Conflicts:
#	css/style.css
#	javascript/script.js
#	modules/ui_gradio_extensions.py
This commit is contained in:
Manuel Schmid
2024-01-09 14:33:02 +01:00
282 changed files with 14 additions and 7 deletions
+3 -2
View File
@@ -199,8 +199,8 @@
#stylePreviewOverlay {
display: none;
width: 130px;
height: 100px;
width: 128px;
height: 128px;
position: fixed;
top: 0px;
left: 0px;
@@ -209,4 +209,5 @@
background-size: cover;
background-position: center;
border-radius: 5px;
z-index: 100;
}