From 1d9fc5607550a0dbac415f1a06ba5688e2c39c74 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 23 Jun 2023 13:49:57 +0300 Subject: [PATCH] reduce expanded image max height to account for mobile browser UI --- files/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index fc4245a13..cd30f0e8c 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6836,7 +6836,7 @@ div.markdown { } #desktop-expanded-image { max-width: 100%; - max-height: 100vh; + max-height: 90vh; border: 5px white solid; } #expandImageModal > .modal-dialog {