global badge/class fix
This commit is contained in:
+2
-6
@@ -36,7 +36,7 @@ html, body {
|
||||
|
||||
#msglist > div .icon img { /* userpic */
|
||||
max-height: 16px;
|
||||
padding: 0 3px;
|
||||
padding: 0 1px;
|
||||
margin-top: -20px;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
@@ -45,11 +45,7 @@ html, body {
|
||||
.username {
|
||||
display: inline;
|
||||
font-weight: 600;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.icon ~ .username { /* don't apply margin if there's an icon */
|
||||
margin-left: 0;
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
#msglist > div:not(.me) .username:after{content:":"}
|
||||
|
||||
Reference in New Issue
Block a user