mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
remove extra padding from messages list on mobile screens
This commit is contained in:
parent
4043fab6a2
commit
ea8f76b547
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@
|
|||
</div>
|
||||
|
||||
<!-- chat items -->
|
||||
<div id="messages" class="h-full overflow-y-scroll px-3 sm:px-0">
|
||||
<div id="messages" class="h-full overflow-y-scroll">
|
||||
<div v-if="selectedPeerChatItems.length > 0" class="flex flex-col space-y-3 p-3">
|
||||
<div v-for="chatItem of selectedPeerChatItems" class="flex flex-col max-w-xl" :class="{ 'ml-auto pl-4 md:pl-16 items-end': chatItem.is_outbound, 'mr-auto pr-4 md:pr-16 items-start': !chatItem.is_outbound }">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue