Skip to content

Commit

Permalink
Cleaned up message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dpigera committed Jan 7, 2025
1 parent a4b880e commit 41c7121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/dashboard.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
{{!-- Messages Column --}}
<div class="flex-1 bg-white flex flex-col">
<div class="flex-1 overflow-y-auto p-6 messages-container">
<div class="space-y-6">
<div class="space-y-5">
{{#if this.messages}}
{{#each this.messages as |message|}}
<div class="flex space-x-4">
Expand All @@ -142,7 +142,7 @@
<span class="ml-2 text-sm text-gray-400">{{message.timestamp}}</span>
</div>
<p class="mt-1">{{message.content}}</p>
<div class="mt-2 flex items-center space-x-4">
<div class="mt-1 flex items-center space-x-2">
<button class="text-gray-400 hover:text-red-500">❤️</button>
<button
class="text-sm {{if (eq this.selectedMessage.id message.id) 'text-purple-800 font-medium' 'text-purple-600'}} hover:underline"
Expand Down

0 comments on commit 41c7121

Please sign in to comment.