Przeglądaj źródła

Fixed mobile check for wide screen only class css

Toby Chui 2 lat temu
rodzic
commit
7fc281d34c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      web/SystemAO/file_system/file_explorer.css

+ 1 - 1
web/SystemAO/file_system/file_explorer.css

@@ -1269,7 +1269,7 @@ i.blue{
         display:none !important;
     }
 
-    .wideScreenOnly{
+    .navibar.mobile .wideScreenOnly{
         display:none;
     }