From 720e6c0d60f86cd9bdaa2b80425f5e046de4e224 Mon Sep 17 00:00:00 2001 From: Harro Verton Date: Tue, 24 Oct 2023 19:27:38 +0100 Subject: [PATCH] fixed misalignment of the left sidebar in several browsers --- sourcefiles/modern/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sourcefiles/modern/css/style.css b/sourcefiles/modern/css/style.css index 2b84ccf2f..7f2e46079 100644 --- a/sourcefiles/modern/css/style.css +++ b/sourcefiles/modern/css/style.css @@ -5659,7 +5659,6 @@ fieldset[disabled] .form-control { display: inline-block; height: calc(100vh - 70px); position: fixed; - top: 80px; left: 0; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); @@ -6464,4 +6463,4 @@ img[src*="default_picon"] { .now-next__details--next { opacity: 0.6; -} \ No newline at end of file +}