From d7b91273e86269b1bd231798edc6c9c11ebe42b9 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 8 Apr 2023 17:00:55 +0800 Subject: [PATCH] More alignment stuff --- src/components/status.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/status.css b/src/components/status.css index 2a4e0fd9..e90d6604 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -46,12 +46,10 @@ overflow: hidden; margin-bottom: -8px; } -.status-pre-meta > * { - vertical-align: middle; -} .status-reblog .status-pre-meta .icon { color: var(--reblog-color); margin-right: 4px; + vertical-align: text-bottom; } /* STATUS */