UI - Wrap tag names in solid background to make it easier to read when theres multiple tags

This commit is contained in:
dgtlmoon
2024-04-20 20:34:52 +02:00
parent 830a0a3a82
commit 1ba29655f5
4 changed files with 15 additions and 9 deletions

View File

@@ -187,8 +187,11 @@ code {
}
.watch-tag-list {
color: var(--color-text-watch-tag-list);
color: var(--color-white);
white-space: nowrap;
background: var(--color-text-watch-tag-list);
border-radius: 5px;
padding: 2px 5px;
}
.box {