Skip to content

Commit

Permalink
cleanup file browser
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Mar 31, 2022
1 parent 2ef2336 commit ef4fc04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/views/FolderBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ h4 {
position: relative;
z-index: 1;
flex: 1;
min-height: $thumbnailHeight;
border-radius: 16px;
overflow: hidden;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/views/SplashPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
hr

.is-chrome(v-if="isChrome")
h2: b Browse local files directly (Chrome only):
h2: b Browse local files (Chrome/Edge only):

.localRow(v-for="row in localRows" @click="clickedLocalRow(row)")
p(style="flex: 1;") Local folder {{ row.key.substring(2) }}: {{ row.handle.name}}
Expand Down

0 comments on commit ef4fc04

Please sign in to comment.