forked from mirror/misskey
アイコンサイズの調整
This commit is contained in:
parent
d01df7976d
commit
d696ca05ea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user