컨텐츠 영역 확장

This commit is contained in:
2026-02-19 14:24:40 +09:00
parent 49d33b55b8
commit c129362724

View File

@@ -69,6 +69,21 @@ select option {
flex: 0 0 220px !important;
}
/* 메인 컨텐츠 영역 왼쪽 여백 조정: 280px -> 220px */
.fixed-sidebar .app-main .app-main__outer {
padding-left: 220px !important;
}
/* 헤더 왼쪽 여백 조정 */
.fixed-sidebar:not(.fixed-header) .app-header {
margin-left: 220px !important;
}
/* 푸터 왼쪽 여백 조정 */
.fixed-footer .app-footer .app-footer__inner {
margin-left: 220px !important;
}
/* 사이드바 내부 여백 조정: 1.5rem -> 0.75rem */
.app-sidebar .app-sidebar__inner {
padding: 2px 0.75rem 0.75rem !important;