From f3544e9e95f34c9d569c70c226e2b8c919afeadc Mon Sep 17 00:00:00 2001 From: Levi Date: Tue, 4 Jun 2024 17:10:38 +0200 Subject: [PATCH] Remove unneccessary padding below header --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 3163f34..03c5493 100644 --- a/style.css +++ b/style.css @@ -56,6 +56,13 @@ linear-gradient(180deg, #000, rgba(0, 0, 0, 0.25)); } +/* --- Header Padding --- */ + +.pageWithAbsoluteTabs:not(.noSecondaryNavPage) { + padding-top: 0 !important; +} + + /* --- Sidebar --- */ .mainDrawer,