Skip to content

Commit

Permalink
update chatbox spacing in mobile version
Browse files Browse the repository at this point in the history
  • Loading branch information
jangholi committed Feb 27, 2024
1 parent e33eb05 commit a52a522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ useServerHead({
</div>

<!-- Messages -->
<div id="messages" class="flex-grow flex flex-col justify-end px-4 pt-8 pb-12 bg-slate-900 h-screen">
<div id="messages" class="flex-grow flex flex-col justify-end px-4 pt-8 pb-21 sm:pb-12 bg-slate-900 h-screen">
<div class="flex items-center mb-4" v-for="message in store.messages" :key="message.id">
<div class="flex flex-col">
<p class="text-gray-500 mb-1 text-xs ml-10">{{ message.user }}</p>
Expand Down

0 comments on commit a52a522

Please sign in to comment.