mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 06:14:21 +01:00
bottom padding for chat messages on mobile
This commit is contained in:
committed by
Tony Giorgio
parent
0c51e1b600
commit
c5bec8b059
@@ -224,7 +224,7 @@ function MessageList(props: {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div class="flex flex-col-reverse justify-end gap-4">
|
||||
<div class="flex flex-col-reverse justify-end gap-4 safe-bottom">
|
||||
<For each={props.convo}>
|
||||
{(combined, _index) => (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user