Skip to content

Commit

Permalink
fix(FilePicker): Adjust margin of view-selector to be consistent with…
Browse files Browse the repository at this point in the history
… filter input

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Mar 6, 2024
1 parent f8ee08f commit efec2be
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 efec2be

Please sign in to comment.