Skip to content

Commit 962d2ac

Browse files
authored
Fuck off, @discord.
1 parent b43270d commit 962d2ac

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.vencord/custom.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,3 +701,35 @@ time[datetime]:hover::after {
701701
content: unset !important;
702702
}
703703
}
704+
705+
/* https://discord.com/channels/1015060230222131221/1028106818368589824/1464809692466380864 */
706+
707+
.af3987915705da59-role span:nth-of-type(2) {
708+
display: flex;
709+
}
710+
711+
.af3987915705da59-role span:nth-of-type(2) img:first-of-type {
712+
width: 14px; /* 14px and 15px both look good, pick your preference */
713+
height: 14px; /* Keep in mind the images will be upscaled from 12x12 which may make them look a bit odd */
714+
}
715+
716+
.vc-permviewer-role-button { padding: 2px }
717+
718+
[class^=roleTag] > [class^=role] {
719+
border-radius: var(--radius-sm);
720+
gap: 4px;
721+
padding: 0 4px;
722+
> [class^=roleCircle] { margin: unset }
723+
> span > [class^=roleIcon] {
724+
height: unset;
725+
width: unset;
726+
margin-inline-start: unset;
727+
}
728+
> [class^=removeButton] {
729+
position: absolute;
730+
height: 12px;
731+
width: 12px;
732+
opacity: 0;
733+
&:hover { opacity: 1 }
734+
}
735+
}

0 commit comments

Comments
 (0)