stuff
This commit is contained in:
parent
c04f0e69ac
commit
ae097d4181
|
@ -3027,6 +3027,7 @@
|
||||||
"userpopoutheaderbottagwithnickname": ["UserPopout", "headerBotTagWithNickname"],
|
"userpopoutheaderbottagwithnickname": ["UserPopout", "headerBotTagWithNickname"],
|
||||||
"userpopoutheadertagdiscriminatornonickname": ["UserPopout", "headerTagDiscriminatorNoNickname"],
|
"userpopoutheadertagdiscriminatornonickname": ["UserPopout", "headerTagDiscriminatorNoNickname"],
|
||||||
"userpopoutheadername": ["UserPopout", "nickname"],
|
"userpopoutheadername": ["UserPopout", "nickname"],
|
||||||
|
"userpopoutheadernamebase": ["UserPopout", "headerTagUsernameNoNickname"],
|
||||||
"userpopoutheadernormal": ["UserPopout", "headerNormal"],
|
"userpopoutheadernormal": ["UserPopout", "headerNormal"],
|
||||||
"userpopoutheadertag": ["UserPopout", "headerTag"],
|
"userpopoutheadertag": ["UserPopout", "headerTag"],
|
||||||
"userpopoutheadertagnonickname": ["UserPopout", "headerTagNoNickname"],
|
"userpopoutheadertagnonickname": ["UserPopout", "headerTagNoNickname"],
|
||||||
|
|
|
@ -469,6 +469,9 @@ img:not([src]), img[src=""], img[src="null"] {
|
||||||
line-height: unset;
|
line-height: unset;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
[REPLACE_CLASS_userpopoutheadernamebase] {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
[REPLACE_CLASS_userpopoutheadertagdiscriminatornonickname] {
|
[REPLACE_CLASS_userpopoutheadertagdiscriminatornonickname] {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
|
|
Loading…
Reference in New Issue