style: 일정 타임라인 빈 상태가 표 영역을 가득 채우도록

카테고리가 없을 때 안내 문구를 상단에 작게 두지 않고, 본문(min-height:100%)과
.tl-empty(flex:1)로 표 영역 전체 높이를 채워 중앙 배치.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-23 12:03:18 +09:00
parent f2ead261c8
commit cc06fd9816
@@ -237,6 +237,8 @@ function onBodyScroll(): void {
.tl-body {
display: flex;
flex-direction: column;
/* 빈 상태가 표 영역 전체 높이를 채우도록 본문을 가득 채운다 */
min-height: 100%;
}
.tl-headrow {
display: grid;
@@ -410,6 +412,7 @@ function onBodyScroll(): void {
box-shadow: 0 0 0 2px var(--accent);
}
.tl-empty {
flex: 1;
display: flex;
align-items: center;
justify-content: center;