ui(shell): 브랜드 'DBX ERP System' 통일 + 사이드바 접힘 시 아이콘 아래 메뉴명 표시
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -114,12 +114,19 @@ body.erp-app-body { background: var(--color-canvas-white); height: 100vh; overfl
|
||||
}
|
||||
.erp-sidebar-ext { color: var(--color-midtone-gray); display: inline-flex; }
|
||||
|
||||
.erp-sidebar[data-collapsed="true"] .erp-sidebar-label,
|
||||
.erp-sidebar[data-collapsed="true"] .erp-sidebar-badge,
|
||||
.erp-sidebar[data-collapsed="true"] .erp-sidebar-ext {
|
||||
display: none;
|
||||
}
|
||||
.erp-sidebar[data-collapsed="true"] .erp-sidebar-item { justify-content: center; padding: 8px 0; }
|
||||
/* 접힌 상태: 아이콘 위 / 프로그램 이름 작은 글씨 아래 */
|
||||
.erp-sidebar[data-collapsed="true"] .erp-sidebar-item {
|
||||
flex-direction: column; gap: 3px; padding: 8px 2px;
|
||||
justify-content: center; text-align: center;
|
||||
}
|
||||
.erp-sidebar[data-collapsed="true"] .erp-sidebar-label {
|
||||
flex: none; font-size: 10px; line-height: 1.1; font-weight: 500;
|
||||
white-space: normal; word-break: keep-all;
|
||||
}
|
||||
|
||||
.erp-sidebar-foot {
|
||||
padding: var(--sp-8);
|
||||
|
||||
Reference in New Issue
Block a user