Release 0.0.14

This commit is contained in:
2026-04-20 22:10:47 +00:00
parent c217761792
commit ec986287e4
3 changed files with 42 additions and 15 deletions

View File

@@ -120,13 +120,14 @@
.storage-audit__actions {
display: flex;
flex-direction: column;
flex-direction: row;
flex-wrap: wrap;
gap: 0.75rem;
align-items: stretch;
align-items: center;
justify-content: flex-end;
min-width: 0;
width: 100%;
max-width: 18rem;
justify-self: end;
max-width: none;
}
.storage-audit__actions .button {
@@ -138,6 +139,7 @@
padding: 0.62rem 0.95rem;
font-weight: 700;
min-height: 2.55rem;
flex: 0 1 16rem;
}
.storage-audit__actions .button[disabled] {
@@ -283,8 +285,11 @@
@media (max-width: 1100px) {
.storage-audit__actions {
width: 100%;
max-width: none;
justify-self: stretch;
justify-content: flex-start;
}
.storage-audit__actions .button {
flex: 1 1 14rem;
}
}