Skip to content

Commit

Permalink
MessageDecorationsAPI: Fix bad vertical alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckyz committed Feb 3, 2025
1 parent ae98cfb commit daa5375
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/plugins/_api/messageDecorations/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@

/* Align vertically */
position: relative;
top: 0.2rem;
vertical-align: top;
top: 0.05rem;
height: calc(1rem + 4px);
max-height: calc(1rem + 4px)
}

0 comments on commit daa5375

Please sign in to comment.