Handle references into inactive modules

This commit is contained in:
2026-04-21 14:00:37 +00:00
parent 6d8f7a0559
commit 7d574f7c1b
12 changed files with 125 additions and 11 deletions

View File

@@ -30,6 +30,11 @@
padding: 1.1rem 1.2rem;
}
.storage-audit__summary--notices {
padding-top: 0.95rem;
padding-bottom: 0.95rem;
}
.storage-audit__grouped {
display: grid;
gap: 1rem;
@@ -221,6 +226,13 @@
border-bottom: 0;
}
.storage-audit__notice-list {
margin: 0;
padding-left: 1.2rem;
display: grid;
gap: 0.3rem;
}
.storage-audit__list {
padding: 1rem;
}