forked from Mastodon/mastoradio-la-radio-di-mastodon
cleanup(queue): Remove useless css
This commit is contained in:
parent
60783b1b20
commit
c43b455505
|
@ -59,18 +59,3 @@
|
||||||
|
|
||||||
$: history = $queue.filter(x => x !== $next).reverse()
|
$: history = $queue.filter(x => x !== $next).reverse()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
.entry {
|
|
||||||
padding: 1em 2em;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry.active {
|
|
||||||
background-color: plum;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry.active::before {
|
|
||||||
content: "▶️";
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue