릴리스: v1.3.75 관리자 모달/사이드바 정리

This commit is contained in:
2026-04-02 16:04:07 +09:00
parent 66c3b1e7b7
commit bd53cf96dc
5 changed files with 53 additions and 7 deletions

View File

@@ -953,21 +953,22 @@ function submitGlobalSearch() {
}
.appShell--leftCollapsed .appUserCard {
min-height: auto;
margin-bottom: 10px;
}
.appShell--leftCollapsed .appUserCard__button,
.appShell--leftCollapsed .appUserCard__guest {
min-height: 44px;
padding: 0;
gap: 0;
justify-content: center;
}
.appShell--leftCollapsed .appUserCard__meta,
.appShell--leftCollapsed .leftNav__label,
.appShell--leftCollapsed .searchStub__input {
opacity: 0;
max-width: 0;
transform: translateX(-4px);
pointer-events: none;
display: none;
}
.appShell--leftCollapsed .appUserCard__avatar {
@@ -976,11 +977,13 @@ function submitGlobalSearch() {
}
.appShell--leftCollapsed .searchStub {
padding: 11px 0;
gap: 0;
justify-content: center;
}
.appShell--leftCollapsed .searchStub__iconButton {
width: auto;
width: 100%;
}
.appShell--leftCollapsed .leftNav {
@@ -988,14 +991,25 @@ function submitGlobalSearch() {
}
.appShell--leftCollapsed .leftNav__item {
padding: 11px 0;
gap: 0;
justify-content: center;
}
.appShell--leftCollapsed .leftNav__glyph {
width: 28px;
height: 28px;
}
.appShell--leftCollapsed .leftRail__bottom {
display: none;
}
.appShell--leftCollapsed .leftRail__content {
display: grid;
align-content: start;
justify-items: stretch;
gap: 12px;
overflow: hidden;
}