초기로딩 부하문제 수정

This commit is contained in:
Macbook
2026-05-31 22:26:54 +09:00
parent 4f2d98d4ba
commit 32d735c172
8 changed files with 554 additions and 387 deletions
+10
View File
@@ -164,6 +164,16 @@ html.theme-blue {
line-height: 1;
}
.page-load-fallback {
display: flex;
align-items: center;
justify-content: center;
flex: 1;
min-height: 12rem;
color: var(--text-muted, #888);
font-size: 14px;
}
/*
TOP MENU BAR (글로벌 네비게이션)
*/