fix v4 changes
This commit is contained in:
parent
0a126ebf49
commit
8242d9e032
|
@ -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: "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue