Release 0.0.15

This commit is contained in:
2026-04-20 22:14:05 +00:00
parent ec986287e4
commit 2d6dde5661
2 changed files with 1 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
"id": "kosmos-storage-audit",
"title": "Kosmos Storage Audit",
"description": "Analyzes media references and risky storage locations across Foundry data and public roots.",
"version": "0.0.14",
"version": "0.0.15",
"compatibility": {
"minimum": "13",
"verified": "13"

View File

@@ -282,17 +282,6 @@
overflow-wrap: anywhere;
}
@media (max-width: 1100px) {
.storage-audit__actions {
width: 100%;
justify-content: flex-start;
}
.storage-audit__actions .button {
flex: 1 1 14rem;
}
}
@keyframes storage-audit-progress {
0% { background-position: 0% 0; }
100% { background-position: 200% 0; }