Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Sep 2, 2024
1 parent a4ef1e8 commit 5aa1858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/pages/apps-id-notifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2 style="margin: 0;">🔔 Notifications</h2>
</div>

<% app.notifications.forEach(n => { %>
<div style="border-radius: 5px; border: dashed; padding: 20px; display: flex; flex-direction: column; gap: 10px;">
<div style="border-radius: 5px; padding: 20px; display: flex; flex-direction: column; gap: 10px; <%= n.read_at === null ? 'border: 2px dashed;' : 'border: 1px dashed;' %> ">

<div style="display: flex; align-items: center; justify-content: space-between; gap: 20px;">
<div style="display: flex; align-items: baseline; gap: 20px;">
Expand Down

0 comments on commit 5aa1858

Please sign in to comment.