Release 0.0.10

This commit is contained in:
2026-04-20 21:38:13 +00:00
parent 43d1a61535
commit 9d94e75a93
4 changed files with 19 additions and 12 deletions

View File

@@ -61,12 +61,14 @@
gap: 1rem;
flex-wrap: wrap;
font-size: 0.92rem;
align-items: center;
}
.storage-audit__progress-source {
margin-top: 0.5rem;
opacity: 0.8;
word-break: break-word;
display: block;
}
.storage-audit__group-header {
@@ -83,9 +85,9 @@
}
.storage-audit__hero {
display: flex;
justify-content: space-between;
gap: 1rem;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(14rem, 16rem);
gap: 1rem 1.25rem;
align-items: start;
}
@@ -121,7 +123,7 @@
flex-direction: column;
gap: 0.75rem;
align-items: stretch;
min-width: 12rem;
min-width: 0;
}
.storage-audit__actions .button {
@@ -280,13 +282,12 @@
margin: 0 0.25rem;
}
@media (max-width: 900px) {
@media (max-width: 1100px) {
.storage-audit__hero {
flex-direction: column;
grid-template-columns: minmax(0, 1fr);
}
.storage-audit__actions {
min-width: 0;
width: 100%;
}
}