MessageDecorationsAPI: Fix bad vertical alignment

This commit is contained in:
Nuckyz 2025-02-03 02:02:22 -03:00
parent ae98cfb637
commit a73074b69f
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -11,5 +11,8 @@
/* Align vertically */
position: relative;
top: 0.2rem;
vertical-align: top;
top: 0.1rem;
height: calc(1rem + 4px);
max-height: calc(1rem + 4px)
}