diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index ac83e6c4ba..1c61461ceb 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -2028,6 +2028,7 @@ "guildsummarysvgicon": ["BDFDB", "guildSummarySvgIcon"], "guildsvg": ["Guild", "svg"], "guildswrapper": ["GuildsWrapper", "wrapper"], + "guildswrapperhidden": ["GuildsWrapper", "hidden"], "guildswrapperunreadmentionsbar": ["GuildsWrapper", "unreadMentionsBar"], "guildswrapperunreadmentionsbarbottom": ["GuildsWrapper", "unreadMentionsIndicatorBottom"], "guildswrapperunreadmentionsbartop": ["GuildsWrapper", "unreadMentionsIndicatorTop"], diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index 20ca16199e..a97d0e0726 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -1006,6 +1006,9 @@ img:not([src]), img[src=""], img[src="null"] { pointer-events: none; } +[REPLACE_CLASS_guildswrapper][REPLACE_CLASS_guildswrapperhidden] { + display: none; +} .platform-osx [REPLACE_CLASS_noticewrapper] ~ * [REPLACE_CLASS_guildswrapper] { margin-top: 0; }