瀏覽代碼

Fix + button alignment

Alexander Zaytsev 6 年之前
父節點
當前提交
0bfdb70174
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      packages/@uppy/dashboard/src/style.scss

+ 4 - 3
packages/@uppy/dashboard/src/style.scss

@@ -438,9 +438,10 @@
   font-weight: 500;
   cursor: pointer;
   color: $blue;
-  width: 29px;
-  height: 29px;
-  padding: 7px;
+  width: 27px;
+  height: 27px;
+  padding: 6px;
+  margin-right: -6px;
   border-radius: 3px;
 
   &:hover {