Skip to content

Commit

Permalink
Move create new button
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Jun 22, 2020
1 parent 130c3f3 commit 98c3435
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/files/src/components/FileList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
key="files-list-results-existence"
gutter="small"
flex
class="uk-padding-small"
class="uk-padding-small uk-padding-remove-top uk-padding-remove-bottom uk-margin-xsmall-bottom"
>
<div>
<oc-checkbox
Expand Down
2 changes: 1 addition & 1 deletion apps/files/src/components/FilesAppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@progress="onFileProgress"
/>
<oc-grid flex gutter="small">
<div class="uk-flex-1">
<div>
<div class="uk-flex">
<oc-breadcrumb
v-if="showBreadcrumb"
Expand Down
5 changes: 5 additions & 0 deletions changelog/unreleased/move-create-button
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Change: Move create new button

We've moved the create new button in the files app bar to the left directly next to breadcrumbs.

https://github.com/owncloud/phoenix/pull/3622

0 comments on commit 98c3435

Please sign in to comment.