Do channel indendation in CSS.

Fixes the issue with new query buffers' titles not being shown.

Doesn't introduce any new watchers
This commit is contained in:
Lorenz H-S 2014-02-02 11:26:43 +00:00
commit f0fe8be18a
3 changed files with 10 additions and 13 deletions

View file

@ -176,6 +176,11 @@ input[type=text], input[type=password], .badge {
border-radius: 0;
margin-right: -15px;
}
#sidebar ul.indented li.indent span.buffername {
padding-left: 10px;
}
#nicklist {
position: fixed;
width: 100px;