From 658edf5d169afb1dd2269ec3ba399b721b5f442b Mon Sep 17 00:00:00 2001 From: ruinivist Date: Sun, 24 May 2026 23:24:41 +0200 Subject: [PATCH] fix: align sidebar toggle size --- src/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/styles.css b/src/styles.css index 07a1842..82b1ea5 100644 --- a/src/styles.css +++ b/src/styles.css @@ -169,10 +169,11 @@ input { display: inline-flex; align-items: center; justify-content: center; - width: 2.25rem; - height: 2.25rem; + width: var(--lg-button-size, 2.25rem); + height: var(--lg-button-size, 2.25rem); padding: 0; border: none; + border-radius: var(--border-radius-lg, 12px); box-shadow: 0 0 0 1px var(--app-surface-lowest); background: var(--app-surface-low); color: var(--app-text-color); @@ -182,7 +183,7 @@ input { width: 1rem; height: 1rem; overflow: visible; - transform: translateY(0.5px) scale(1); + transform: translateY(0.5px) scale(1.08); transform-origin: center; }