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