Skip to content

Commit

Permalink
Merge pull request #1262 from nextcloud-libraries/fix/missing-margin
Browse files Browse the repository at this point in the history
fix(FilePicker): Adjust margin of view-selector to be consistent with…
  • Loading branch information
skjnldsv authored Mar 6, 2024
2 parents f8ee08f + efec2be commit eb948ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/components/FilePicker/FilePickerNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ const updateFilterValue = (value: string) => emit('update:filterString', value)
min-width: 200px;
// ensure focus outline is visible
padding: 2px;
// align with input
margin-block-start: 7px;
// make only the navigation scroll
overflow: auto;
Expand All @@ -109,7 +111,6 @@ const updateFilterValue = (value: string) => emit('update:filterString', value)
&__side {
flex-direction: row;
min-width: unset;
}
}
}
Expand Down

0 comments on commit eb948ba

Please sign in to comment.