mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-24 05:47:00 -04:00
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:
parent
41a8cdf379
commit
05b927a077
3 changed files with 13 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue