Skip to content

Commit

Permalink
fix(Emoji): Let emojis aligned to the left when filtered (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgmarchi authored Sep 25, 2024
1 parent fb2eebd commit 5e5c232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/messaging/emoji/EmojiSelector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
.emoji-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
justify-content: left;
gap: var(--gap-less);
.emoji {
Expand Down

0 comments on commit 5e5c232

Please sign in to comment.