fix(fe): fix sidebar router links, shrink header height to 44px, and refine workspace tabs UI

This commit is contained in:
2026-08-15 20:21:55 +09:00
parent b843275126
commit 4a3d881455
3 changed files with 52 additions and 44 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ const toggleTheme = () => {
display: flex;
align-items: center;
justify-content: space-between;
height: 64px;
height: 44px;
max-width: 100%;
margin: 0 auto;
padding: 0 var(--spacing-4);