From 0bdbb7ef1ef8a582751ea0b3a824fbd7a62e977a Mon Sep 17 00:00:00 2001 From: Kujiu Date: Wed, 8 Nov 2023 23:08:35 +0100 Subject: [PATCH] Fix: don't limit size of avatar on Mastodon except on header bar --- mastodon/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/custom.css b/mastodon/custom.css index 98883fd..34140d8 100644 --- a/mastodon/custom.css +++ b/mastodon/custom.css @@ -5,7 +5,7 @@ { top: 2em !important; } -.account__avatar { +.ui__header__links .account__avatar { width: 1.9em !important; height: 1.9em !important; }