From ce4305eb75e6fdb9fa0c25f5e817411533aa9f6f Mon Sep 17 00:00:00 2001 From: ZoruaFox <96456728+ZoruaFox@users.noreply.github.com> Date: Sat, 23 Sep 2023 21:59:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(ShowAvatar.css):=20=E5=A4=B4=E5=83=8F?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Baige-Gu --- src/Gadgets/Appearance/ShowAvatar/ShowAvatar.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Gadgets/Appearance/ShowAvatar/ShowAvatar.css b/src/Gadgets/Appearance/ShowAvatar/ShowAvatar.css index a7a83d6..fdbf302 100644 --- a/src/Gadgets/Appearance/ShowAvatar/ShowAvatar.css +++ b/src/Gadgets/Appearance/ShowAvatar/ShowAvatar.css @@ -46,4 +46,9 @@ #p-personal #pt-notifications-notice { margin-top: 0.8em; } -/* */ \ No newline at end of file + +/* fix:头像位置 */ +a[title=查看头像] { + vertical-align: bottom; +} +/* */