1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-05-07 14:03:06 +00:00

To sovle the mystery

Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-03-01 13:21:55 -05:00
parent 927193c102
commit ae81f228a8
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 5 additions and 0 deletions

View file

@ -99,3 +99,7 @@ label.ovm-input:last-child > img {
.feed-journal-entry:hover { .feed-journal-entry:hover {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
} }
.feed-journal-entry a {
display: block;
}

View file

@ -52,6 +52,7 @@ block content
.feed-journal-entries .feed-journal-entries
for entry of recentJournalUpdates for entry of recentJournalUpdates
.feed-journal-entry .feed-journal-entry
a(href=`/users/${entry.user}`).subtle= entry.user
a(href=`/journal/${entry.id}`)= entry.title a(href=`/journal/${entry.id}`)= entry.title
+journal_entry_suffix(entry, session.user === entry.user) +journal_entry_suffix(entry, session.user === entry.user)
hr hr