diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-30 04:43:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 04:43:38 +0000 |
commit | ee373a737cb028cb70ef6f14d695f48c28b6b181 (patch) | |
tree | 9ece896c5b7a84ab0db85f8ef84657ae0b13ca79 /style.css | |
parent | 9e248fb24ecd505ab6972df3bb47a5fc61423e0b (diff) | |
parent | ba7d0d225a97a7d79a150d1f649011f54552b3bf (diff) | |
download | stable-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.css | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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;
|