Browse Source

font-size: 16px on input to prevent zoom, move `done` button to the right, to make space for the modal close button on mobile

Artur Paikin 7 years ago
parent
commit
8c52fe6193
2 changed files with 6 additions and 8 deletions
  1. 1 3
      CHANGELOG.md
  2. 5 5
      src/scss/_dashboard.scss

+ 1 - 3
CHANGELOG.md

@@ -86,9 +86,7 @@ To be released: 2017-07-28.
 - [ ] test: add tests for `npm install uppy` and running in different browsers, the real world use case (@arturi)
 - [ ] provider: improve UI: add icons for file types (@arturi)
 
-## 0.17.0
-
-To be released: 2017-06-30.
+## 0.17.0 - 2017-07-02
 
 - [x] core: restrictions — by file type, size, number of files (@arturi)
 - [x] provider: improve UI: improve overall look, breadcrumbs, more responsive (@arturi)

+ 5 - 5
src/scss/_dashboard.scss

@@ -264,7 +264,7 @@
   @include reset-button;
   position: absolute;
   top: 0;
-  right: 15px;
+  left: 15px;
   font-size: 14px;
   line-height: 40px;
   font-weight: 500;
@@ -1078,14 +1078,14 @@
   border: 0;
   border-bottom: 1px solid rgba($color-asphalt-gray, 0.3);
   outline: none;
-  font-size: 12px;
+  font-size: 16px;
   line-height: 1.8;
   padding-left: 5px;
   margin: auto;
 
-  .UppyDashboard--wide & {
-    font-size: 15px;
-  }
+  // .UppyDashboard--wide & {
+  //   font-size: 15px;
+  // }
 }
 
 .UppyDashboardFileCard-input:focus {