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

fixed tollbar issue related to separators

Gildas 6 лет назад
Родитель
Сommit
9b4162b880
1 измененных файлов с 6 добавлено и 3 удалено
  1. 6 3
      extension/ui/editor/editor.css

+ 6 - 3
extension/ui/editor/editor.css

@@ -60,9 +60,11 @@ img[type=button].remove-highlight-disabled:hover {
     border: none;
     border: none;
 }
 }
 
 
-@media (max-width: 420px) {
-    .separator {
-        display: none;
+@media (orientation: landscape) {
+    @media (max-width: 420px) {
+        .separator {
+            display: none;
+        }
     }
     }
 }
 }
 
 
@@ -72,6 +74,7 @@ img[type=button].remove-highlight-disabled:hover {
     }
     }
 
 
     .toolbar {
     .toolbar {
+        min-width: 32px;
         max-width: 32px;
         max-width: 32px;
         border-bottom: 0px;
         border-bottom: 0px;
         border-right: 1px solid #6d6d6d;
         border-right: 1px solid #6d6d6d;