Просмотр исходного кода

Fixed mobile check for wide screen only class css

Toby Chui 2 лет назад
Родитель
Сommit
7fc281d34c
1 измененных файлов с 1 добавлено и 1 удалено
  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;
     }