Browse Source

smaller file preview on mobile

Artur Paikin 6 years ago
parent
commit
5f1b7b41dd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/@uppy/dashboard/src/style.scss

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

@@ -633,8 +633,8 @@
 }
 
 .uppy-DashboardItem-preview {
-  width: 60px;
-  height: 60px;
+  width: 50px;
+  height: 50px;
   border-bottom: 0;
   position: relative;
   display: flex;
@@ -836,7 +836,7 @@
 
 .uppy-DashboardItem-action {
   position: absolute;
-  top: 23px;
+  top: 18px;
   right: 10px;
   z-index: $zIndex-3;