From 15ca8078a3f0371f01819cca78fe74f6808ee828 Mon Sep 17 00:00:00 2001 From: Kosmos Date: Mon, 20 Apr 2026 22:17:01 +0000 Subject: [PATCH] Release 0.0.16 --- module.json | 2 +- styles/audit.css | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/module.json b/module.json index 9625b5b..898dde7 100644 --- a/module.json +++ b/module.json @@ -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.15", + "version": "0.0.16", "compatibility": { "minimum": "13", "verified": "13" diff --git a/styles/audit.css b/styles/audit.css index 8a3354e..e3a32cf 100644 --- a/styles/audit.css +++ b/styles/audit.css @@ -86,7 +86,7 @@ .storage-audit__hero { display: grid; - grid-template-columns: minmax(0, 1fr); + grid-template-columns: minmax(0, 1fr) 18rem; gap: 1rem 1.25rem; align-items: start; } @@ -120,14 +120,12 @@ .storage-audit__actions { display: flex; - flex-direction: row; - flex-wrap: wrap; + flex-direction: column; gap: 0.75rem; - align-items: center; - justify-content: flex-end; - min-width: 0; - width: 100%; - max-width: none; + align-items: stretch; + justify-content: flex-start; + min-width: 18rem; + width: 18rem; } .storage-audit__actions .button { @@ -139,7 +137,7 @@ padding: 0.62rem 0.95rem; font-weight: 700; min-height: 2.55rem; - flex: 0 1 16rem; + width: 100%; } .storage-audit__actions .button[disabled] {