mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-11 11:27:03 +00:00
Fix chat overflow
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user