From 80d4ddc21e9ab7945670082d350ab45676d7f4e7 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 29 Jun 2023 22:46:30 +0300 Subject: [PATCH] increase expanded image height on desktop --- 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 d79f9123a3..c030b5acf4 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6851,7 +6851,7 @@ div.markdown { #desktop-expanded-image { max-width: 90%; - max-height: 70vh; + max-height: 100vh; border: 5px white solid; } @media (max-width: 768px) {