v0.1.38 - 인쇄 출력 보정과 인증 토큰 기반 확장

This commit is contained in:
2026-04-22 18:02:23 +09:00
parent bf62eb12bb
commit 3c3b0d20dd
10 changed files with 361 additions and 10 deletions

View File

@@ -22,6 +22,10 @@
}
@media print {
@page {
margin: 0;
}
html,
body {
background: #ffffff !important;
@@ -125,7 +129,7 @@
width: 762px !important;
max-width: none !important;
transform-origin: top left;
transform: scale(0.978);
transform: scale(0.982);
box-shadow: none !important;
background: #ffffff !important;
}
@@ -134,7 +138,7 @@
width: 762px !important;
max-width: none !important;
transform-origin: top left;
transform: scale(0.684);
transform: scale(0.6894);
box-shadow: none !important;
background: #ffffff !important;
}
@@ -152,6 +156,17 @@
gap: 16px !important;
}
.planner-sheet__meta {
gap: 14px !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.planner-sheet__meta-top > div,
.planner-sheet__meta-bottom > div {
min-height: 78px !important;
}
.planner-sheet__lists {
width: 394px !important;
flex: 1 1 auto !important;
@@ -170,6 +185,19 @@
.planner-sheet__timetable-grid {
min-width: 210px !important;
}
.planner-sheet textarea {
height: auto !important;
min-height: 48px !important;
overflow: visible !important;
padding-top: 4px !important;
line-height: 1.55 !important;
}
.print-paper--double .print-sheet-frame {
align-items: flex-start !important;
justify-content: flex-start !important;
}
}
@media screen {