changeset 1226:1ea0629a7fe6

ascoltami mini mode Ignore-this: f09fcb7e27972e4e116da024ff707d4
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 08 Jun 2015 08:12:55 +0000
parents 70f42f9d6e04
children 6a1076af059e
files light9/web/style.css
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/light9/web/style.css	Mon Jun 08 08:01:43 2015 +0000
+++ b/light9/web/style.css	Mon Jun 08 08:12:55 2015 +0000
@@ -117,6 +117,25 @@
     font-size: 140%;
 }
 
+/* ascoltami mini mode */
+@media (max-height: 600px) {
+    .songs {
+        -webkit-column-width: 9em;
+    }
+    .songs button {
+        font-size: initial;
+        height: initial;
+        width: 100%;
+        margin: initial;
+    }
+    .num {
+        font-size: initial;
+        padding: initial;
+    }
+    .commands button {
+        padding: 5px;
+    }
+}
 
 /* subserver */
 .vari {