Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adjust link picker suggestion style
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc authored and juliusknorr committed Jan 30, 2023
commit e02a2a19faca348c322b132f5c70a593ef25d0d4
7 changes: 4 additions & 3 deletions src/components/Suggestion/LinkPicker/LinkPickerList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,16 @@ export default {
<style lang="scss" scoped>
.link-picker__item {
display: flex;
align-items: center;

& > div {
padding: 4px;
padding-left: 12px;
padding-left: 8px;
}

img {
width: 32px;
height: 32px;
width: 20px;
height: 20px;
filter: var(--background-invert-if-dark);
}
}
Expand Down