모바일 톱바 조작면 보강

This commit is contained in:
Yun Chan 2026-08-12 14:34:00 +09:00
parent 2605661f0c
commit 9687f18669
3 changed files with 122 additions and 8 deletions

View file

@ -369,20 +369,48 @@
display: none;
}
.vg-topbar {
padding: 0 var(--sp-4);
gap: var(--sp-3);
padding: 0 4px;
gap: 4px;
}
.vg-topbar__brand {
width: 44px;
height: 44px;
flex: 0 0 44px;
justify-content: center;
}
.vg-topbar__wm,
.vg-topbar__user {
max-width: 42px;
padding-right: 6px;
display: none;
}
.vg-topbar__actions {
flex: 1 1 auto;
gap: 4px;
}
.vg-topbar__switch {
flex: 1 1 auto;
height: 44px;
padding: 0;
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: none;
}
.vg-topbar__switch::-webkit-scrollbar {
display: none;
}
.vg-topbar__switch-link span {
display: none;
}
.vg-topbar__switch-link {
width: 28px;
width: 44px;
height: 44px;
flex: 0 0 44px;
padding: 0;
}
.vg-iconbtn {
width: 44px;
height: 44px;
flex: 0 0 44px;
}
.vg-main {
padding: var(--sp-5) var(--sp-4) var(--sp-7);
}