Przeglądaj źródła

fix(toolbox): Fix buttons size in minified mode

master
Vlad Piersec 4 lat temu
rodzic
commit
fd606896b8
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5
    0
      css/_toolbars.scss

+ 5
- 0
css/_toolbars.scss Wyświetl plik

@@ -235,6 +235,11 @@
235 235
         }
236 236
     }
237 237
 
238
+    @media (max-width: 320px) {
239
+        height: 36px;
240
+        width: 36px;
241
+    }
242
+
238 243
     &.toggled {
239 244
         background: $newToolbarButtonToggleColor;
240 245
     }

Ładowanie…
Anuluj
Zapisz