Skip to content

Commit

Permalink
Merge pull request #7570 from owncloud/files-list-options-menu-spacing
Browse files Browse the repository at this point in the history
Adjust spacing of the files list options menu
  • Loading branch information
JammingBen authored Sep 2, 2022
2 parents 2b60ce2 + e7c3251 commit ec6649f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Adjust spacing of the files list options menu

We've adjusted the spacing of the files list options menu to visually match with the other menus.

https://github.com/owncloud/web/pull/7570
https://github.com/owncloud/web/issues/7541
8 changes: 4 additions & 4 deletions packages/web-app-files/src/components/AppBar/ViewOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
toggle="#files-view-options-btn"
mode="click"
class="oc-width-auto"
padding-size="small"
padding-size="medium"
>
<oc-list>
<li class="files-view-options-list-item">
<li class="files-view-options-list-item oc-mb-m">
<oc-switch
v-model="hiddenFilesShownModel"
data-testid="files-switch-hidden-files"
:label="$gettext('Show hidden files')"
/>
</li>
<li class="files-view-options-list-item">
<li class="files-view-options-list-item oc-my-m">
<oc-switch
v-model="fileExtensionsShownModel"
data-testid="files-switch-files-extensions-files"
:label="$gettext('Show file extensions')"
/>
</li>
<li class="files-view-options-list-item">
<li class="files-view-options-list-item oc-mt-m">
<oc-page-size
v-model="itemsPerPage"
data-testid="files-pagination-size"
Expand Down

0 comments on commit ec6649f

Please sign in to comment.