Chore(Fix Case on VencordTab.tsx, Fix CSS for MoreUserTags & Platform Indicators) (#251)

* Fix platform indicators CSS

* format VencordTab.tsx Text

Co-authored-by: Eazvy <57739965+Eazvy@users.noreply.github.com>

* MoreUserTags CSS

---------

Co-authored-by: Eazvy <57739965+Eazvy@users.noreply.github.com>
This commit is contained in:
Indiana Jone (Indi) 2025-05-03 00:26:41 -04:00 committed by GitHub
parent 41a8cdf379
commit 05b927a077
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 10 deletions

View file

@ -1,10 +1,17 @@
.vc-message-decorations-wrapper .vc-mut-message-tag {
margin-bottom: 1px;
}
/* stylelint-disable-next-line no-descending-specificity */
.vc-mut-message-tag {
/* Remove default margin from tags in messages */
margin-top: unset !important;
/* Align with Discord default tags in messages */
position: relative;
bottom: 0.01em;
/* stylelint-disable-next-line length-zero-no-unit */
bottom: 0px;
top: -2px;
margin-right: 3px;
}
.vc-mut-message-verified {