forked from mirror/misskey
アイコンサイズの調整
This commit is contained in:
parent
d01df7976d
commit
d696ca05ea
@ -833,9 +833,9 @@ function emitUpdReaction(emoji: string, delta: number) {
|
|||||||
.avatar {
|
.avatar {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
margin: 0 14px 0 0;
|
margin: 0 12px 0 0;
|
||||||
width: 58px;
|
width: 48px;
|
||||||
height: 58px;
|
height: 48px;
|
||||||
position: sticky !important;
|
position: sticky !important;
|
||||||
top: calc(22px + var(--MI-stickyTop, 0px));
|
top: calc(22px + var(--MI-stickyTop, 0px));
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user