diff options
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;
|