stuff
This commit is contained in:
parent
3ba5a94b08
commit
a5049f40cf
|
@ -3026,8 +3026,7 @@
|
||||||
"userpopoutheadertop_old": ["UserPopoutWrapper", "headerTop"],
|
"userpopoutheadertop_old": ["UserPopoutWrapper", "headerTop"],
|
||||||
"userpopoutheaderbottagwithnickname": ["UserPopout", "headerBotTagWithNickname"],
|
"userpopoutheaderbottagwithnickname": ["UserPopout", "headerBotTagWithNickname"],
|
||||||
"userpopoutheadertagdiscriminatornonickname": ["UserPopout", "headerTagDiscriminatorNoNickname"],
|
"userpopoutheadertagdiscriminatornonickname": ["UserPopout", "headerTagDiscriminatorNoNickname"],
|
||||||
"userpopoutheadername": ["UserPopout", "headerName"],
|
"userpopoutheadername": ["UserPopout", "nickname"],
|
||||||
"userpopoutheadernamewrapper": ["UserPopout", "headerNameWrapper"],
|
|
||||||
"userpopoutheadernormal": ["UserPopout", "headerNormal"],
|
"userpopoutheadernormal": ["UserPopout", "headerNormal"],
|
||||||
"userpopoutheadertag": ["UserPopout", "headerTag"],
|
"userpopoutheadertag": ["UserPopout", "headerTag"],
|
||||||
"userpopoutheadertagnonickname": ["UserPopout", "headerTagNoNickname"],
|
"userpopoutheadertagnonickname": ["UserPopout", "headerTagNoNickname"],
|
||||||
|
|
|
@ -109,6 +109,7 @@
|
||||||
14. PHONEVERIFICATIONMODAL
|
14. PHONEVERIFICATIONMODAL
|
||||||
15. CUSTOMSTATUSMODAL
|
15. CUSTOMSTATUSMODAL
|
||||||
16. DISCOVERYENTRYMODAL
|
16. DISCOVERYENTRYMODAL
|
||||||
|
17. NICKNAMEMODAL
|
||||||
11. POPOUTS
|
11. POPOUTS
|
||||||
1. CONTEXTMENU
|
1. CONTEXTMENU
|
||||||
2. USERPOPOUT
|
2. USERPOPOUT
|
||||||
|
@ -1721,6 +1722,12 @@ a.metadataName-14STf- {
|
||||||
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/discovery_house.svg) center/contain no-repeat !important;
|
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/discovery_house.svg) center/contain no-repeat !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ---- 10.17. NICKNAMEMODAL ---- */
|
||||||
|
|
||||||
|
.reset-2ikQ30.lookLink-9FtZy-.colorLink-35jkBc {
|
||||||
|
color: rgb(var(--accentcolor));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ~~~~ 11. POPOUTS ~~~~ */
|
/* ~~~~ 11. POPOUTS ~~~~ */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue