From 8ddde32e9413c5d27f048d1e5618e2dce06c7325 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:30:11 +0300 Subject: [PATCH] Reduce left block padding --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 98ce13c43..217c22bd9 100644 --- a/public/style.css +++ b/public/style.css @@ -5046,7 +5046,7 @@ body:not(.movingUI) .drawer-content.maximized { } .fillLeft .scrollableInner { - padding: 0.5em 1em 0.5em 0.5em + padding: 0.5em 0.75em 0.5em 0.5em } .drawer-content select {