fix v4 changes

This commit is contained in:
Ben Harris 2019-12-31 14:20:55 -05:00
parent 0a126ebf49
commit 8242d9e032
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
margin-bottom: 10px;
}
#sidebar .chan {
#sidebar .channel-list-item {
padding: 3px 10px;
}
@ -179,8 +179,8 @@ body {
color: #93c7eb;
}
#sidebar .chan.query::before,
#sidebar .chan.channel::before {
#sidebar .channel-list-item[data-type="query"]::before,
#sidebar .channel-list-item[data-type="channel"]::before {
content: "";
}