Indent channels and nicks in buffer list

This commit is contained in:
Simon Ser
2021-01-23 12:04:58 +01:00
parent b429243573
commit 4c62b7571e
2 changed files with 9 additions and 5 deletions

View File

@@ -72,6 +72,9 @@ body {
#buffer-list li.unread-highlight a {
color: #22009b;
}
#buffer-list li:not(.type-server) a {
padding-left: 20px;
}
#buffer-header, #member-list-header {
color: var(--main-color);