Fix chat overflow

This commit is contained in:
Jon Staab
2024-10-21 10:34:23 -07:00
parent 5aee73fb6f
commit 22af231ea8

View File

@@ -52,7 +52,7 @@
</script>
<div
class="group chat flex items-center justify-end gap-1"
class="group chat flex items-center justify-end gap-1 px-2"
class:chat-start={event.pubkey !== $pubkey}
class:flex-row-reverse={event.pubkey !== $pubkey}
class:chat-end={event.pubkey === $pubkey}>