浏览代码

powered by uppy paddings and Dashboard min sizes

Artur Paikin 7 年之前
父节点
当前提交
84783f5d1b
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/scss/_dashboard.scss

+ 4 - 2
src/scss/_dashboard.scss

@@ -34,8 +34,11 @@
   max-height: 100%; /* no !important */
   width: 100%; /* no !important */
   height: 100%; /* no !important */
+  min-width: 300px;
+  min-height: 400px;
   outline: none;
   border: 1px solid rgba($color-gray, 0.2);
+  margin-bottom: 30px;
 
   .uppy-Dashboard--modal & {
     z-index: $zIndex-3;
@@ -54,8 +57,7 @@
   color: rgba($color-gray, 0.8);
   text-align: right;
   text-decoration: none;
-  margin-top: 8px;
-  margin-bottom: 25px;
+  padding-top: 8px;
   padding-right: 2px;
 }