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; +} +/* */