Release 0.0.13

This commit is contained in:
2026-04-20 22:00:37 +00:00
parent 7482685b61
commit c217761792
4 changed files with 79 additions and 62 deletions

View File

@@ -126,6 +126,7 @@
min-width: 0;
width: 100%;
max-width: 18rem;
justify-self: end;
}
.storage-audit__actions .button {
@@ -279,25 +280,11 @@
overflow-wrap: anywhere;
}
.storage-audit__trail {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 0.2rem;
}
.storage-audit__trail .content-link {
white-space: nowrap;
}
.storage-audit__trail-separator {
opacity: 0.65;
}
@media (max-width: 1100px) {
.storage-audit__actions {
width: 100%;
max-width: none;
justify-self: stretch;
}
}