From b09ae3bae352d6c5c8f119d40d9d3ce645b1c7b1 Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 13 Oct 2025 08:54:18 +0200 Subject: [PATCH] fix: increase profile icon size when logged out - Change .profile-avatar svg font-size from 1rem to 1.25rem - Matches size of other icon buttons in sidebar header --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 8b19cbb1..eae5d48c 100644 --- a/src/index.css +++ b/src/index.css @@ -221,7 +221,7 @@ body.mobile-sidebar-open { } .profile-avatar svg { - font-size: 1rem; + font-size: 1.25rem; } .sidebar-header-bar .toggle-sidebar-btn {