about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2025-03-30 00:25:16 -0400
committerelioat <elioat@tilde.institute>2025-03-30 00:25:16 -0400
commit256b5f64472007bf06c479e81ed5c8d16f8f6afb (patch)
tree3e0ab976408eeadea9d9ce2dc02aa11b2e49aaae
parentce5eb10457baa2597c94d40464d4af59397008b4 (diff)
downloadtour-256b5f64472007bf06c479e81ed5c8d16f8f6afb.tar.gz
*
-rw-r--r--js/leibovitz/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/leibovitz/index.html b/js/leibovitz/index.html
index ae6b0b4..e845b98 100644
--- a/js/leibovitz/index.html
+++ b/js/leibovitz/index.html
@@ -37,6 +37,7 @@
             flex: 1;
             position: relative;
             margin: 10px;
+            min-height: 0;
         }
         #canvas {
             width: 100%;
@@ -130,6 +131,7 @@
             padding: 20px;
             background-color: rgba(255, 255, 255, 0.8);
             box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
+            flex-shrink: 0;
         }
         #settings-container {
             width: 100%;
@@ -140,6 +142,7 @@
             background-color: rgba(255, 255, 255, 0.8);
             padding: 10px;
             box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
+            flex-shrink: 0;
         }
         .top-controls {
             display: flex;
@@ -147,6 +150,7 @@
             align-items: center;
             width: 100%;
             justify-content: center;
+            flex-wrap: wrap;
         }
         .color-controls {
             display: flex;
@@ -198,6 +202,7 @@
             gap: 4px;
             width: 100%;
             max-width: 300px;
+            margin: 0 auto;
         }
         .contrast-control label {
             font-size: 12px;