From 47e2e7759e8f1560fa3c3b1de7219eea7a8953ba Mon Sep 17 00:00:00 2001 From: Charles Chin Date: Tue, 20 Feb 2024 14:46:48 +0000 Subject: [PATCH] style: refresh btn align center --- src/mastodon-timeline.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mastodon-timeline.css b/src/mastodon-timeline.css index ab185c3..96b029e 100644 --- a/src/mastodon-timeline.css +++ b/src/mastodon-timeline.css @@ -365,6 +365,7 @@ .mt-container .mt-btn-violet, .mt-container a.mt-btn-violet { display: flex; + align-items: center; gap: 0.5rem; border-radius: 0.25rem; border: 0.5rem;