Browse Source

Search filter style fix.

Harry Hedger 9 years ago
parent
commit
c10fc0284a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/plugins/GoogleDrive.js
  2. 1 1
      src/scss/_googledrive.scss

+ 1 - 1
src/plugins/GoogleDrive.js

@@ -331,7 +331,7 @@ export default class Google extends Plugin {
           </ul>
         </div>
         <ul class="UppyGoogleDrive-sidebar">
-          <li class="UppyGoogleDrive-filter"><label>Search:</label><input type='text' onkeyup=${this.filterQuery} value=${state.filterInput}/></li>
+          <li class="UppyGoogleDrive-filter"><input type='text' onkeyup=${this.filterQuery} placeholder="Search.." value=${state.filterInput}/></li>
           <li><button onclick=${this.getSubFolder.bind(this, 'root', 'My Drive')}><img src="https://ssl.gstatic.com/docs/doclist/images/icon_11_collection_list_3.png"/> My Drive</button></li>
           <li><button><img src="https://ssl.gstatic.com/docs/doclist/images/icon_11_shared_collection_list_1.png"/> Shared with me</button></li>
         </ul>

+ 1 - 1
src/scss/_googledrive.scss

@@ -138,7 +138,7 @@
 
 .UppyGoogleDrive-sidebar input {
   margin-bottom: 8px;
-  padding: 4px 0;
+  padding: 4px;
 }
 
 .UppyGoogleDrive-filter {