MessageDecorationsAPI: Fix bad vertical alignment

This commit is contained in:
Nuckyz 2025-02-02 22:07:40 -03:00
parent ae98cfb637
commit 52ff906e16
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.05rem;
height: 100%;
max-height: calc(1rem + 4px)
}