feat(discord): Hide guild tags
This commit is contained in:
@@ -10,7 +10,16 @@ in {
|
||||
sydnix.discord.enable = true;
|
||||
|
||||
programs.nixcord = {
|
||||
quickCss = ''
|
||||
/* Hide guild tags. */
|
||||
span > .clanTagChiplet_c19a55
|
||||
, .clanTag__972a0
|
||||
, .chipletContainerInner__10651
|
||||
{ display: none !important
|
||||
}
|
||||
'';
|
||||
config = {
|
||||
useQuickCss = true;
|
||||
themeLinks = [
|
||||
# Compact++ (Default) — Themes Discord to look more like a typical IRC
|
||||
# client.
|
||||
|
||||
Reference in New Issue
Block a user