From f5c05998badd16de6c36c251df1a48368ea9cce1 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 13 Mar 2023 18:53:58 +0800 Subject: [PATCH] Fix menu text not correctly vertically aligned --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index 76b74334..e4d1a2ff 100644 --- a/src/app.css +++ b/src/app.css @@ -1122,6 +1122,7 @@ body:has(.status-deck) .media-post-link { text-decoration: none; padding: 8px 16px !important; margin: -8px -16px !important; + align-items: center; } .szh-menu .szh-menu__item a.is-active { font-weight: bold;