Compare commits

...

2 Commits

Author SHA1 Message Date
ttipo 3f134ccca3 Merge: 일정 타임라인 빈 상태 표 영역 가득 채우기
tweak/schedule-empty-fill 머지.
2026-06-23 12:05:17 +09:00
ttipo cc06fd9816 style: 일정 타임라인 빈 상태가 표 영역을 가득 채우도록
카테고리가 없을 때 안내 문구를 상단에 작게 두지 않고, 본문(min-height:100%)과
.tl-empty(flex:1)로 표 영역 전체 높이를 채워 중앙 배치.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-23 12:03:18 +09:00
@@ -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;