Added check for missing preview tracks

This commit is contained in:
RemixDev
2020-05-10 13:19:12 +02:00
parent 76afeb2c17
commit 2b8801d49a
2 changed files with 16 additions and 7 deletions

View File

@@ -79,6 +79,10 @@ img.circle {
opacity: 1;
}
i.disabled {
opacity: 0.5;
}
span.tag {
background-color: var(--tag-background);
border-radius: 2px;