瀏覽代碼

Add min-height back: Dashboard in a mobile mode needs it

to display note, “powered by Uppy” and list of services properly
Artur Paikin 6 年之前
父節點
當前提交
d033d60eb8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/@uppy/dashboard/src/style.scss

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

@@ -116,7 +116,7 @@
   max-width: 100%; /* no !important */
   max-width: 100%; /* no !important */
   max-height: 100%; /* no !important */
   max-height: 100%; /* no !important */
   // min-width: 290px;
   // min-width: 290px;
-  // min-height: 400px;
+  min-height: 450px;
   outline: none;
   outline: none;
   border: 1px solid rgba($color-gray, 0.2);
   border: 1px solid rgba($color-gray, 0.2);
   border-radius: 5px;
   border-radius: 5px;