From d30150f94bf7fdb83085e1adcce52e38377df56f Mon Sep 17 00:00:00 2001 From: sp mac bookpro 2605 Date: Sat, 6 Jun 2026 15:02:45 +0800 Subject: [PATCH] style: tweak drawer header padding --- src/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 598e4b8..2f1d802 100644 --- a/src/styles.css +++ b/src/styles.css @@ -886,7 +886,8 @@ body { } .session-sidebar-search { - margin-bottom: 8px; + margin-top: 4px; + margin-bottom: 8px; } .session-sidebar .ant-input-affix-wrapper, @@ -1564,6 +1565,9 @@ body { .ant-collapse-content { border-color: var(--color-border) !important; } +.ant-drawer-header { + padding: 8px 8px !important; +} .ant-collapse-content { background: var(--color-surface) !important;