From e3d5a46e11ffd4321a262a092c8335d05c38c6ae Mon Sep 17 00:00:00 2001 From: Ricardo Date: Sat, 7 Mar 2026 15:59:42 +0100 Subject: [PATCH] fix(depth): add shadow-lg to avatars/album art, font-mono to stat numbers System: avatars/album art get shadow-lg for presence. Stat numbers get font-mono like dates/timestamps. Confab-Link: http://localhost:8080/sessions/0ec83454-d346-4329-8aaf-6b12139bf596 --- _includes/components/widgets/author-card-compact.njk | 4 ++-- _includes/components/widgets/funkwhale.njk | 6 +++--- _includes/components/widgets/recent-comments.njk | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/components/widgets/author-card-compact.njk b/_includes/components/widgets/author-card-compact.njk index b139b66..af6457d 100644 --- a/_includes/components/widgets/author-card-compact.njk +++ b/_includes/components/widgets/author-card-compact.njk @@ -8,12 +8,12 @@ {{ site.author.name }}
- + {{ site.author.name }}

{{ site.author.title }}

diff --git a/_includes/components/widgets/funkwhale.njk b/_includes/components/widgets/funkwhale.njk index 0f9bbac..829a99b 100644 --- a/_includes/components/widgets/funkwhale.njk +++ b/_includes/components/widgets/funkwhale.njk @@ -30,7 +30,7 @@
{% if np.coverUrl %} - + {% endif %}

@@ -52,7 +52,7 @@ {% for listening in funkwhaleActivity.listenings | head(2) %}

  • {% if listening.coverUrl %} - + {% else %}
    @@ -80,7 +80,7 @@ {% for scrobble in lastfmActivity.scrobbles | head(2) %}
  • {% if scrobble.coverUrl %} - + {% else %}
    diff --git a/_includes/components/widgets/recent-comments.njk b/_includes/components/widgets/recent-comments.njk index 9e0b78a..0f17dc8 100644 --- a/_includes/components/widgets/recent-comments.njk +++ b/_includes/components/widgets/recent-comments.njk @@ -9,7 +9,7 @@
    {% if comment.author and comment.author.photo %} {{ comment.author.name }} + class="w-6 h-6 rounded-full flex-shrink-0 mt-0.5 shadow-lg" loading="lazy"> {% endif %}
    {{ comment.author.name or "Anonymous" }}