From 025595629743f0352ab7e7dbd0084b8fe2164c34 Mon Sep 17 00:00:00 2001 From: thislight Date: Wed, 6 Nov 2024 20:16:49 +0800 Subject: [PATCH] Profile: adjust bot and locked mark layout --- src/profiles/Profile.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/profiles/Profile.css b/src/profiles/Profile.css index 48f31ae..cce8364 100644 --- a/src/profiles/Profile.css +++ b/src/profiles/Profile.css @@ -55,12 +55,12 @@ .acct-mark { font-size: 1.2em; + vertical-align: sub; + margin-right: 0.25em; } .display-name { - display: flex; - align-items: center; - gap: 4px; + display: block; } table.acct-fields {