From 8a2ca1d0d3fc52e488fde4e58d3bbe60a72c6b1d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 14 Dec 2022 21:54:30 +0200 Subject: [PATCH] same as last bunch of commits --- files/assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index f4a8d05994..55a8f9678a 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6469,7 +6469,7 @@ div.markdown { scrollbar-width: none; -ms-overflow-style: none; max-height: 70vh !important; - max-width: 70vw !important; + max-width: 65vw !important; } .resizable::-webkit-scrollbar { background: transparent; @@ -6478,7 +6478,7 @@ div.markdown { height: 100% !important; width: 100% !important; max-height: 70vh !important; - max-width: 70vw !important; + max-width: 65vw !important; margin: 0 !important; }