v0.1.2
This commit is contained in:
@@ -53,7 +53,8 @@
|
||||
}
|
||||
|
||||
.print-paper {
|
||||
min-height: 100vh;
|
||||
width: 297mm;
|
||||
height: 210mm;
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -69,9 +70,12 @@
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
.print-sheet-frame {
|
||||
.print-paper--single .print-sheet-frame {
|
||||
width: 148mm;
|
||||
height: 210mm;
|
||||
}
|
||||
|
||||
.print-sheet-frame {
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
@@ -88,11 +92,20 @@
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.print-sheet-frame .planner-sheet {
|
||||
.print-paper--single .print-sheet-frame .planner-sheet {
|
||||
width: 762px !important;
|
||||
max-width: none !important;
|
||||
transform-origin: top left;
|
||||
transform: scale(0.733);
|
||||
transform: scale(0.732);
|
||||
box-shadow: none !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
|
||||
.print-paper--double .print-sheet-frame .planner-sheet {
|
||||
width: 762px !important;
|
||||
max-width: none !important;
|
||||
transform-origin: top left;
|
||||
transform: scale(0.731);
|
||||
box-shadow: none !important;
|
||||
background: #ffffff !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user