fix: align sidebar toggle size

This commit is contained in:
2026-05-24 23:24:41 +02:00
parent 55b908ff24
commit 658edf5d16
+4 -3
View File
@@ -169,10 +169,11 @@ input {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 2.25rem; width: var(--lg-button-size, 2.25rem);
height: 2.25rem; height: var(--lg-button-size, 2.25rem);
padding: 0; padding: 0;
border: none; border: none;
border-radius: var(--border-radius-lg, 12px);
box-shadow: 0 0 0 1px var(--app-surface-lowest); box-shadow: 0 0 0 1px var(--app-surface-lowest);
background: var(--app-surface-low); background: var(--app-surface-low);
color: var(--app-text-color); color: var(--app-text-color);
@@ -182,7 +183,7 @@ input {
width: 1rem; width: 1rem;
height: 1rem; height: 1rem;
overflow: visible; overflow: visible;
transform: translateY(0.5px) scale(1); transform: translateY(0.5px) scale(1.08);
transform-origin: center; transform-origin: center;
} }