From 2d6dde566157daacc0a3209c21e69967c99f7ffb Mon Sep 17 00:00:00 2001 From: Kosmos Date: Mon, 20 Apr 2026 22:14:05 +0000 Subject: [PATCH] Release 0.0.15 --- module.json | 2 +- styles/audit.css | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/module.json b/module.json index 263f879..9625b5b 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.14", + "version": "0.0.15", "compatibility": { "minimum": "13", "verified": "13" diff --git a/styles/audit.css b/styles/audit.css index ab11cdc..8a3354e 100644 --- a/styles/audit.css +++ b/styles/audit.css @@ -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; }