浏览代码

disable status bar for mobile

Tuan Nguyen 1 年之前
父节点
当前提交
0e8bbf0290
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 */
     }
 }