feat(client): refine workspace sidebar interactions

This commit is contained in:
_Kerman
2026-08-11 14:50:50 +08:00
parent d86ecf7b29
commit 3f315a0134
8 changed files with 267 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
/* Settings shell (figma 501:29904 mask context / 501:29947 panel): sidebar
foot trigger row + centered 1080x700 modal panel. The trigger uses the
sidebar's 38px wide row / 36px rail circle rhythm; the
sidebar's 34px compact row / 36px rail circle rhythm; the
panel is a two-column layout — 188px nav rail + content column with a
54px header and the 24px-padded options area. */
@@ -10,10 +10,10 @@
display: flex;
align-items: center;
gap: 8px;
width: calc(100% - 8px);
height: 38px;
margin: 4px 4px 4px;
padding: 8px 2px 8px 10px;
width: calc(100% + 8px);
height: 34px;
margin: 4px -4px 4px;
padding: 6px 2px 6px 10px;
box-sizing: border-box;
border: none;
border-radius: 12px;