From e03dc0a3a56f67a0da6de3958dfa4775a046c231 Mon Sep 17 00:00:00 2001 From: maver Date: Sun, 9 Jul 2023 14:27:10 +0200 Subject: [PATCH] Add more padding in left panel scrollable --- public/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index f788420fa..a29c3f033 100644 --- a/public/style.css +++ b/public/style.css @@ -4287,7 +4287,6 @@ input.extension_missing[type="checkbox"] { margin: 0; left: 0; right: auto; - padding: 5px; border-radius: 10px; box-shadow: none; overflow: hidden; @@ -4299,6 +4298,10 @@ input.extension_missing[type="checkbox"] { height: calc(100% - 30px); } +.fillLeft .scrollableInner { + padding: 0.5em 1em 0.5em 0.5em +} + .width100p { width: 100%; }