Fix copy half-cut print handling

This commit is contained in:
Mikei386
2026-06-22 11:35:05 +02:00
parent a6025eef47
commit b26b9fe123
6 changed files with 84 additions and 14 deletions
+7
View File
@@ -167,6 +167,13 @@ button.primary {
color: #a7e8af;
}
.field-note {
margin: 0;
color: #b7b7b7;
font-size: 13px;
line-height: 1.35;
}
.bottom-actions {
position: fixed;
left: 0;
+6
View File
@@ -157,6 +157,12 @@ textarea {
line-height: 1.4;
}
.field-note {
color: #b7b7b7;
font-size: 13px;
line-height: 1.35;
}
.sidebar label {
display: grid;
gap: 6px;