fix(sidebar): align hidden indicator height (48px) and icon size with sidebar header

This commit is contained in:
Will Miao
2026-06-18 21:14:35 +08:00
parent 9bbd26efe6
commit 9161762ca9

View File

@@ -117,7 +117,7 @@
top: 68px; /* Align with sidebar header */ top: 68px; /* Align with sidebar header */
z-index: var(--z-overlay); z-index: var(--z-overlay);
width: 14px; width: 14px;
height: 44px; height: 48px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@@ -134,7 +134,7 @@
} }
.sidebar-hidden-indicator i { .sidebar-hidden-indicator i {
font-size: 9px; font-size: 11px;
color: var(--text-muted); color: var(--text-muted);
transition: color 0.15s ease; transition: color 0.15s ease;
} }