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

@ -6,10 +6,6 @@
}
.vc-platform-indicator-profile {
background: rgb(var(--bg-overlay-color) / var(--bg-overlay-opacity-6));
border: 1px solid var(--border-faint);
border-radius: var(--radius-xs);
border-color: var(--profile-body-border-color);
margin: 0 1px;
padding: 0 1px;
}
@ -17,5 +13,5 @@
.vc-platform-indicator-message {
position: relative;
vertical-align: top;
top: 2px;
top: -1px;
}