Browse Source

fix(toolbox): Fix buttons size in minified mode

j8
Vlad Piersec 4 years ago
parent
commit
fd606896b8
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      css/_toolbars.scss

+ 5
- 0
css/_toolbars.scss View File

@@ -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
     }

Loading…
Cancel
Save