소스 검색

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 */
     }
 }