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:
parent
1bf6f98bde
commit
f0fe8be18a
3 changed files with 10 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue