Release 0.0.16

This commit is contained in:
2026-04-20 22:17:01 +00:00
parent 2d6dde5661
commit 15ca8078a3
2 changed files with 8 additions and 10 deletions

View File

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

View File

@@ -86,7 +86,7 @@
.storage-audit__hero { .storage-audit__hero {
display: grid; display: grid;
grid-template-columns: minmax(0, 1fr); grid-template-columns: minmax(0, 1fr) 18rem;
gap: 1rem 1.25rem; gap: 1rem 1.25rem;
align-items: start; align-items: start;
} }
@@ -120,14 +120,12 @@
.storage-audit__actions { .storage-audit__actions {
display: flex; display: flex;
flex-direction: row; flex-direction: column;
flex-wrap: wrap;
gap: 0.75rem; gap: 0.75rem;
align-items: center; align-items: stretch;
justify-content: flex-end; justify-content: flex-start;
min-width: 0; min-width: 18rem;
width: 100%; width: 18rem;
max-width: none;
} }
.storage-audit__actions .button { .storage-audit__actions .button {
@@ -139,7 +137,7 @@
padding: 0.62rem 0.95rem; padding: 0.62rem 0.95rem;
font-weight: 700; font-weight: 700;
min-height: 2.55rem; min-height: 2.55rem;
flex: 0 1 16rem; width: 100%;
} }
.storage-audit__actions .button[disabled] { .storage-audit__actions .button[disabled] {