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