From 03691d08e2e95cc1430778f85b1536820906e60c Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Mon, 3 Apr 2023 17:42:13 +0300 Subject: [PATCH] Mobile right panel no longer commit seppuku --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index a61becf6b..416003a20 100644 --- a/public/style.css +++ b/public/style.css @@ -2966,7 +2966,7 @@ filter: invert(20%) sepia(100%) saturate(2518%) hue-rotate(353deg) brightness(93 .mes-text {padding-right: 25px;} #right-nav-panel { - height: calc(100vh - 70px); + height: calc(100svh - 70px); min-width: 0px; width: calc(100vw - 10px); left: 5px !important;