Add mobile mode and print cut controls
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user