Add pillbar to global style

This commit is contained in:
Samuel Lorch 2024-07-30 18:31:05 +02:00
parent 1af5af41cc
commit 60fabb254f

View file

@ -120,4 +120,15 @@ tbody tr:hover, th:hover {
tbody tr.selected {
background-color: var(--cl-table-sl)
}
.pillbar {
flex-direction: row;
flex-wrap: wrap;
gap: 0.25rem;
}
.pill {
border: 1px solid var(--cl-fg);
padding: 0.25rem;
}