aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-30 07:43:38 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-08-30 08:23:44 +0300
commit965c72891486107340d3ab4b000871b96775fb00 (patch)
tree60801c848113fbc6aca7c15ee5cc379a46b95905 /style.css
parent46f3ee9594703afc1de16d6be372cae86c26b632 (diff)
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;