mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Merge branch 'hotfix/rename-preview-images'
# Conflicts: # css/style.css # javascript/script.js # modules/ui_gradio_extensions.py
This commit is contained in:
+3
-2
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user