Bring renote indicator closer to note (like Firefish)

This commit is contained in:
Volpeon 2024-01-03 11:37:50 +01:00
parent 714ffbf2c8
commit 32f60f9969
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ function emitUpdReaction(emoji: string, delta: number) {
position: relative;
display: flex;
align-items: center;
padding: 24px 32px 16px calc(32px + var(--avatar) + 14px);
padding: 24px 32px 0 calc(32px + var(--avatar) + 14px);
line-height: 28px;
white-space: pre;
color: var(--renote);