From 65f715ee373f2658a44c395f6eb906991bf68c2a Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 22 Oct 2025 18:37:58 +0200 Subject: [PATCH] Increase avatar size --- static/main.css | 3 +++ templates/partials/profile.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index bc24f3e..1b20dc5 100644 --- a/static/main.css +++ b/static/main.css @@ -779,6 +779,9 @@ .w-16 { width: calc(var(--spacing) * 16); } + .w-26 { + width: calc(var(--spacing) * 26); + } .w-\[calc\(\(100\%-var\(--container-3xl\)\)\/2\)\] { width: calc((100% - var(--container-3xl)) / 2); } diff --git a/templates/partials/profile.html b/templates/partials/profile.html index 4278022..4baba33 100644 --- a/templates/partials/profile.html +++ b/templates/partials/profile.html @@ -5,7 +5,7 @@ class="not-prose mr-5 shrink-0 rounded-full border-[0.5px] border-black/10 bg-white/50 p-1 shadow-sm dark:bg-white/10" > {{ config.extra.profile.name | default(value=config.title) }}