Parcourir la source

disable status bar for mobile

Tuan Nguyen il y a 1 an
Parent
commit
0e8bbf0290
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      static/style.css

+ 1 - 1
static/style.css

@@ -190,6 +190,6 @@ li.selected {
     }
 
     #status_log {
-        max-height: 250px;
+        display: none; /* Completely hides the status log on small screens */
     }
 }