commit b3fd2836210c9e9738b2e204204aa5e75961dc4c
parent 75cc35bb5b901dad739f1bbc54d242afc6a99c39
Author: Hunter
Date: Wed, 22 Oct 2025 18:11:35 -0400
improve mobile styling
Diffstat:
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/style.css b/style.css
@@ -420,6 +420,13 @@ body.dragging * {
print-color-adjust: exact !important;
}
+ html, body {
+ position: static !important;
+ width: auto !important;
+ height: auto !important;
+ overflow: visible !important;
+ }
+
body {
background: var(--white);
padding: 0;
@@ -476,6 +483,10 @@ body.dragging * {
height: calc(var(--height-cells) * var(--cell-size-mm)) !important;
}
+ .image-container::after {
+ border: none !important;
+ }
+
.image-container .image-wrapper {
position: absolute !important;
top: 0 !important;
@@ -501,6 +512,10 @@ body.dragging * {
.dimension-label {
display: none !important;
}
+
+ .add-images-btn {
+ display: none !important;
+ }
}
@page {