Ver Fonte

fixed tollbar issue related to separators

Former-commit-id: 9b4162b880e2c263859257a8b573dae9343e8f17
Gildas há 6 anos atrás
pai
commit
5feadd3c13
1 ficheiros alterados com 6 adições e 3 exclusões
  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;
 }
 
-@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 {
+        min-width: 32px;
         max-width: 32px;
         border-bottom: 0px;
         border-right: 1px solid #6d6d6d;