Adopt shared WebUI structural primitives

This commit is contained in:
2026-08-18 13:17:32 +02:00
parent 9826d098f6
commit 1a042593d5
3 changed files with 6 additions and 19 deletions
-15
View File
@@ -238,21 +238,6 @@
color: var(--text-strong);
}
.search-filter-count {
min-width: 19px;
height: 19px;
box-sizing: border-box;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 999px;
background: var(--accent);
color: var(--on-accent);
padding: 0 5px;
font-size: 11px;
line-height: 1;
}
.search-filter-popover {
position: absolute;
z-index: 400;