Added explicit icon where missing

This commit is contained in:
RemixDev
2020-05-13 23:20:20 +02:00
parent b28b2e0aee
commit ec914f72e8
2 changed files with 25 additions and 10 deletions

View File

@@ -83,6 +83,11 @@ i.disabled {
opacity: 0.5;
}
i.explicit_icon {
color: #FF3B30;
margin-right: var(--explicit-separator);
}
span.tag {
background-color: var(--tag-background);
border-radius: 2px;