From 24276baecfe772cada8bc34462c6abd03bf31279 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 10 May 2023 02:56:12 +0300 Subject: [PATCH] try to fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4126476#context --- files/assets/css/main.css | 10 ++++------ files/templates/modals/expanded_image.html | 16 +++++----------- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 93e023643..d1c82371e 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5924,12 +5924,6 @@ a.emojitab { border: 1px solid var(--primary) !important; } -.expandedimage { - width: fit-content; - width: -moz-fit-content; - max-width: 80% !important; -} - .m-5 { margin: 2.5rem !important; } @@ -7424,3 +7418,7 @@ th.disable-sort-click[disabled] { font-weight: 900; box-shadow: inset 0 -4px 0 white; } + +#expandImageModal a { + pointer-events: auto; +} diff --git a/files/templates/modals/expanded_image.html b/files/templates/modals/expanded_image.html index 31b92449b..68ce5e5ba 100644 --- a/files/templates/modals/expanded_image.html +++ b/files/templates/modals/expanded_image.html @@ -1,13 +1,7 @@ -