Ver Fonte

Fix + button alignment

Alexander Zaytsev há 6 anos atrás
pai
commit
0bfdb70174
1 ficheiros alterados com 4 adições e 3 exclusões
  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 {