Explorar o código

disable status bar for mobile

Tuan Nguyen hai 1 ano
pai
achega
0e8bbf0290
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 */
     }
 }