Release 0.0.16

This commit is contained in:
2026-04-20 22:17:01 +00:00
parent 2d6dde5661
commit 15ca8078a3
2 changed files with 8 additions and 10 deletions

View File

@@ -86,7 +86,7 @@
.storage-audit__hero {
display: grid;
grid-template-columns: minmax(0, 1fr);
grid-template-columns: minmax(0, 1fr) 18rem;
gap: 1rem 1.25rem;
align-items: start;
}
@@ -120,14 +120,12 @@
.storage-audit__actions {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-direction: column;
gap: 0.75rem;
align-items: center;
justify-content: flex-end;
min-width: 0;
width: 100%;
max-width: none;
align-items: stretch;
justify-content: flex-start;
min-width: 18rem;
width: 18rem;
}
.storage-audit__actions .button {
@@ -139,7 +137,7 @@
padding: 0.62rem 0.95rem;
font-weight: 700;
min-height: 2.55rem;
flex: 0 1 16rem;
width: 100%;
}
.storage-audit__actions .button[disabled] {