]> git.r.bdr.sh - rbdr/lissajous/blobdiff - style.css
Adjust the frequency
[rbdr/lissajous] / style.css
index 17fa12e314b0c2f399c75dfb566ca09fac9d0497..6871f4c9a7c6aaf0b3bcba70c8d69731e785ba08 100644 (file)
--- a/style.css
+++ b/style.css
@@ -11,7 +11,30 @@ body {
   overflow: hidden;
 }
 
   overflow: hidden;
 }
 
+@media (orientation: landscape) {
+  body {
+    padding-top: env(safe-area-inset-top);
+    padding-left: env(safe-area-inset-left);
+    padding-right: env(safe-area-inset-right);
+    padding-bottom: env(safe-area-inset-bottom);
+  }
+}
+
+a {
+  color: #fff;
+}
+
+footer {
+  position: fixed;
+  padding: 2px 8px;
+  bottom: 0;
+  min-height: 16px;
+  max-height: 32px;
+}
+
 #settings {
 #settings {
+  overflow-y: auto;
+  max-height: 100%;
   position: absolute;
   top: 5px;
   right: 5px;
   position: absolute;
   top: 5px;
   right: 5px;