조정: 모바일 레일 헤더 여백과 토글 버튼 스타일 통일

This commit is contained in:
2026-04-03 17:54:37 +09:00
parent 5b15ec12fa
commit 9403e3698d
3 changed files with 24 additions and 0 deletions

View File

@@ -2034,6 +2034,10 @@ function reloadApp() {
min-height: 100dvh;
}
.railHeader {
padding: 0 20px;
}
.leftRail {
min-height: auto;
height: auto;
@@ -2066,6 +2070,17 @@ function reloadApp() {
display: inline-flex;
}
.workspaceHead .ghostIcon--iconOnly,
.rightRail__top .ghostIcon--iconOnly {
width: 42px;
height: 42px;
min-width: 42px;
border: 1px solid var(--theme-border);
border-radius: 14px;
background: var(--theme-surface-soft);
color: var(--theme-text-soft);
}
.appMain {
min-height: auto;
border-left: 0;