We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest avatar decorations seem to be off centered a bit, not that biggest deal but so you know.
The text was updated successfully, but these errors were encountered:
Not read up enough to contribute directly to the project but here's the CSS snippet I used to fix it:
.avatarDecoration__14b3c { left: calc((9px) - (var(--custom-message-avatar-decoration-size) - var(--custom-message-avatar-size))/2) !important; margin-top: calc(2px - var(--custom-message-spacing-vertical-container-cozy) - (var(--custom-message-avatar-decoration-size) - var(--custom-message-avatar-size))/2) !important; }
Sorry, something went wrong.
The updated class for latest Discord as of time of writing
.avatarDecoration_f9f2ca { left: calc((9px) - (var(--custom-message-avatar-decoration-size) - var(--custom-message-avatar-size))/2) !important; margin-top: calc(2px - var(--custom-message-spacing-vertical-container-cozy) - (var(--custom-message-avatar-decoration-size) - var(--custom-message-avatar-size))/2) !important; }
No modifications made from the above snippet except for updating the css class.
No branches or pull requests
The latest avatar decorations seem to be off centered a bit, not that biggest deal but so you know.
The text was updated successfully, but these errors were encountered: