1
0
forked from mirror/misskey

アイコンサイズの調整

This commit is contained in:
moris 2025-02-09 20:48:42 +09:00
parent d01df7976d
commit d696ca05ea

View File

@ -833,9 +833,9 @@ function emitUpdReaction(emoji: string, delta: number) {
.avatar {
flex-shrink: 0;
display: block !important;
margin: 0 14px 0 0;
width: 58px;
height: 58px;
margin: 0 12px 0 0;
width: 48px;
height: 48px;
position: sticky !important;
top: calc(22px + var(--MI-stickyTop, 0px));
left: 0;