From d414b8bb419e6f7bd1359bee3538dd9b7bbbd7d2 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:50:28 +0200 Subject: [PATCH] Style fix for certain plugins --- styles.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/styles.css b/styles.css index c51f75a..d72ad36 100644 --- a/styles.css +++ b/styles.css @@ -1,17 +1,17 @@ .fn-whitespace-stop-collapsing .nav-folder-title-content { - flex-grow: 1; - padding-bottom: 4px; - padding-top: 4px; + flex-grow: 1 !important; + padding-bottom: 4px !important; + padding-top: 4px !important; } .fn-whitespace-stop-collapsing .nav-folder-title { - padding-bottom: 0; - padding-top: 0; - padding-right: 0; + padding-bottom: 0 !important; + padding-top: 0 !important; + padding-right: 0 !important; } .fn-whitespace-stop-collapsing .nav-folder-collapse-indicator { - margin-top: 4px; + margin-top: 4px !important; }