Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
size of reactions
Browse files
src/lib/components/community/reactions/Reactions.svelte
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
</script>
|
27 |
|
28 |
<UserIsLogged>
|
29 |
-
<div class="flex items-center justify-start gap-2">
|
30 |
{#each groupedReactions as reaction}
|
31 |
<Reaction
|
32 |
emoji={reaction.emoji}
|
|
|
26 |
</script>
|
27 |
|
28 |
<UserIsLogged>
|
29 |
+
<div class="flex items-center justify-start gap-2 max-w-max">
|
30 |
{#each groupedReactions as reaction}
|
31 |
<Reaction
|
32 |
emoji={reaction.emoji}
|