浏览代码

fix(toolbox): Fix buttons size in minified mode

j8
Vlad Piersec 4 年前
父节点
当前提交
fd606896b8
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      css/_toolbars.scss

+ 5
- 0
css/_toolbars.scss 查看文件

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

正在加载...
取消
保存