fix tag-lists

This commit is contained in:
Dennis Eichhorn 2024-04-07 18:11:04 +00:00
parent 4066ad25b0
commit 52ff744bd0
2 changed files with 8 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,8 @@
span.tag {
cursor: pointer;
border-radius: 4px;
padding: 4px 6px 4px 6px;
padding: 0 6px 0 6px;
height: 24px;
font-size: .8rem;
color: var(--txt-on-bg-c-2);
background: var(--btn-bg);
@ -12,10 +13,14 @@ span.tag {
i {
color: var(--txt-on-bg-c-2);
margin-right: .5rem;
font-size: .8em;
}
}
.tag-list {
display: flex;
gap: 5px;
}
.infoIcon {
width: 1rem;
text-align: center;