Release 0.0.17

This commit is contained in:
2026-04-20 22:26:34 +00:00
parent 15ca8078a3
commit 2ab4f4d033
5 changed files with 115 additions and 53 deletions

View File

@@ -35,6 +35,11 @@
gap: 1rem;
}
.storage-audit__table-wrap {
padding: 0 1.1rem 1.1rem;
overflow-x: auto;
}
.storage-audit__progress {
padding: 1rem 1.1rem;
}
@@ -194,6 +199,42 @@
padding: 1rem;
}
.storage-audit__table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
.storage-audit__table th,
.storage-audit__table td {
padding: 0.55rem 0.5rem;
vertical-align: top;
text-align: left;
border-top: 1px solid color-mix(in srgb, currentColor 10%, transparent);
overflow-wrap: anywhere;
}
.storage-audit__table thead th {
border-top: 0;
opacity: 0.75;
font-weight: 700;
}
.storage-audit__table td:first-child,
.storage-audit__table th:first-child {
width: 7rem;
}
.storage-audit__table td:nth-child(3),
.storage-audit__table th:nth-child(3) {
width: 7rem;
}
.storage-audit__source-list {
display: grid;
gap: 0.35rem;
}
.storage-audit__list--raw h3 {
margin-top: 0;
}
@@ -223,6 +264,10 @@
letter-spacing: 0.04em;
}
.storage-audit__severity--inline {
min-width: 0;
}
.severity-high .storage-audit__severity {
background: color-mix(in srgb, #b03e29 80%, transparent);
color: white;