diff --git a/theme.css b/theme.css index ac96e1e..8e59f93 100644 --- a/theme.css +++ b/theme.css @@ -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: ""; }