Skip to content

Commit efec2be

Browse files
committed
fix(FilePicker): Adjust margin of view-selector to be consistent with filter input
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent f8ee08f commit efec2be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/components/FilePicker/FilePickerNavigation.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ const updateFilterValue = (value: string) => emit('update:filterString', value)
8787
min-width: 200px;
8888
// ensure focus outline is visible
8989
padding: 2px;
90+
// align with input
91+
margin-block-start: 7px;
9092
// make only the navigation scroll
9193
overflow: auto;
9294
@@ -109,7 +111,6 @@ const updateFilterValue = (value: string) => emit('update:filterString', value)
109111
&__side {
110112
flex-direction: row;
111113
min-width: unset;
112-
113114
}
114115
}
115116
}

0 commit comments

Comments
 (0)