Release 0.0.11

This commit is contained in:
2026-04-20 21:42:43 +00:00
parent 9d94e75a93
commit 5472f72ba0
3 changed files with 21 additions and 4 deletions

View File

@@ -277,9 +277,19 @@
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;
margin: 0 0.25rem;
}
@media (max-width: 1100px) {