Răsfoiți Sursa

disable status bar for mobile

Tuan Nguyen 1 an în urmă
părinte
comite
0e8bbf0290
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 */
     }
 }