From 16f6410db3de8fc9e66f2f0e302ba8873668c818 Mon Sep 17 00:00:00 2001 From: Ari Date: Thu, 29 May 2025 22:47:44 -0400 Subject: [PATCH] Edited Express theme (the account list avatars are 30px there, not 60) --- themes/express/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/express/theme.css b/themes/express/theme.css index d36d189..58c399e 100644 --- a/themes/express/theme.css +++ b/themes/express/theme.css @@ -251,7 +251,7 @@ a:hover { } .no-avatar { - margin-left: 70px !important; + margin-left: 40px !important; } /* App.Svelte */