v0.1.37 - 총 시간 한글화와 인쇄 타임테이블 보정

This commit is contained in:
2026-04-22 17:49:01 +09:00
parent 249a68e89d
commit 370c169c1c
7 changed files with 53 additions and 22 deletions

View File

@@ -143,6 +143,33 @@
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
.planner-sheet__meta-top,
.planner-sheet__meta-bottom,
.planner-sheet__body {
display: flex !important;
flex-direction: row !important;
gap: 16px !important;
}
.planner-sheet__lists {
width: 394px !important;
flex: 1 1 auto !important;
}
.planner-sheet__timetable {
width: 210px !important;
flex-shrink: 0 !important;
}
.planner-sheet__timetable-scroll {
overflow: visible !important;
padding-bottom: 0 !important;
}
.planner-sheet__timetable-grid {
min-width: 210px !important;
}
}
@media screen {