Release 0.0.16
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user