Liu Song’s Projects


~/Projects/stable-diffusion-webui

git clone https://code.lsong.org/stable-diffusion-webui

Commit

Commit
965c72891486107340d3ab4b000871b96775fb00
Author
AUTOMATIC1111 <[email protected]>
Date
2023-08-30 07:43:38 +0300 +0300
Diffstat
 style.css | 10 +++-------

Merge pull request #12839 from ibrainventures/patch-1

[RC 1.6.0 - zoom is partly hidden] Update style.css


diff --git a/style.css b/style.css
index bbfb7d39557618423a06012c6ea15cf66b5fc1e3..92d3030e5d23147cfbfcf59ac7bdb6a0d567d715 100644
--- a/style.css
+++ b/style.css
@@ -621,6 +621,9 @@ }
 

 .modalControls {

     display: flex;

+    position: absolute;

+    right: 0px;

+    left: 0px;

     gap: 1em;

     padding: 1em;

     background-color:rgba(0,0,0,0);

@@ -658,13 +661,6 @@     object-fit: contain;
     height: 100%;

     width: 100%;

     min-height: 0;

-}

-

-#modalImage{

-    position: absolute;

-    top: 50%;

-    left: 50%;

-    transform: translateX(-50%) translateY(-50%);

 }

 

 .modalPrev,