From 50e2d8cb38b7be2b93442b08fc50eed7ae93382e Mon Sep 17 00:00:00 2001 From: A Cottrill Date: Tue, 26 Nov 2024 15:55:50 -0500 Subject: [PATCH] chore: make menu smaller --- common/common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/common.scss b/common/common.scss index 1d5f8d3..0c5fda6 100644 --- a/common/common.scss +++ b/common/common.scss @@ -826,3 +826,7 @@ div.select-kit-header { .sidebar-section-link-wrapper .sidebar-section-link.active { color: var(--primary-low); } + +.hamburger-panel .revamped { + --d-sidebar-row-height: 1.5em; +}