Add orphan result filters

This commit is contained in:
2026-04-21 20:28:35 +00:00
parent 366a7fbf50
commit fa496fc81e
5 changed files with 114 additions and 11 deletions

View File

@@ -45,6 +45,28 @@
overflow-x: auto;
}
.storage-audit__orphan-filters {
display: flex;
flex-wrap: wrap;
gap: 0.6rem 1rem;
align-items: center;
padding: 0.35rem 1.1rem 0;
}
.storage-audit__orphan-filters-label {
font-weight: 700;
}
.storage-audit__checkbox {
display: inline-flex;
align-items: center;
gap: 0.4rem;
}
.storage-audit__checkbox input {
margin: 0;
}
.storage-audit__progress {
padding: 1rem 1.1rem;
}