Properly align user name and talking indicator

This commit is contained in:
Jonas Herzig 2018-09-24 13:20:57 +02:00
parent ca83780109
commit 2b7f7c1625
2 changed files with 10 additions and 4 deletions

View file

@ -144,11 +144,15 @@ html, body {
.user {
margin-left: 9px;
}
.user-talk {
vertical-align: middle;
}
.user-status, .channel-status {
float: right;
}
.user,.channel{
height: 23px;
line-height: 23px;
padding: 2px;
border: 1px solid transparent;
}
@ -461,6 +465,7 @@ form {
padding-bottom: 0px;
border: none;
height: 19px;
line-height: 19px;
}
.minimal .user-status {
height: 19px;