aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-30 04:43:38 +0000
committerGitHub <noreply@github.com>2023-08-30 04:43:38 +0000
commitee373a737cb028cb70ef6f14d695f48c28b6b181 (patch)
tree9ece896c5b7a84ab0db85f8ef84657ae0b13ca79 /style.css
parent9e248fb24ecd505ab6972df3bb47a5fc61423e0b (diff)
parentba7d0d225a97a7d79a150d1f649011f54552b3bf (diff)
downloadstable-diffusion-webui-gfx803-ee373a737cb028cb70ef6f14d695f48c28b6b181.tar.gz
stable-diffusion-webui-gfx803-ee373a737cb028cb70ef6f14d695f48c28b6b181.tar.bz2
stable-diffusion-webui-gfx803-ee373a737cb028cb70ef6f14d695f48c28b6b181.zip
Merge pull request #12839 from ibrainventures/patch-1
[RC 1.6.0 - zoom is partly hidden] Update style.css
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/style.css b/style.css
index bbfb7d39..92d3030e 100644
--- a/style.css
+++ b/style.css
@@ -621,6 +621,9 @@ table.popup-table .link{
.modalControls {
display: flex;
+ position: absolute;
+ right: 0px;
+ left: 0px;
gap: 1em;
padding: 1em;
background-color:rgba(0,0,0,0);
@@ -660,13 +663,6 @@ table.popup-table .link{
min-height: 0;
}
-#modalImage{
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translateX(-50%) translateY(-50%);
-}
-
.modalPrev,
.modalNext {
cursor: pointer;