This commit is contained in:
Mirco Wittrien 2021-05-26 23:26:32 +02:00
parent c04f0e69ac
commit ae097d4181
2 changed files with 4 additions and 0 deletions

View File

@ -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"],

View File

@ -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;