Add mobile mode and print cut controls

This commit is contained in:
Mikei386
2026-06-22 06:46:52 +02:00
parent 7029ee9519
commit a6025eef47
10 changed files with 303 additions and 48 deletions
+4 -2
View File
@@ -269,14 +269,16 @@ textarea {
.preview-box {
min-height: 120px;
display: grid;
place-items: center;
align-items: center;
justify-items: start;
border: 1px dashed #555;
background: #222;
padding: 12px;
overflow: auto;
}
.preview-box img {
max-width: 100%;
max-width: none;
image-rendering: crisp-edges;
}