Restructure layout

This commit is contained in:
2025-12-09 17:24:19 +01:00
parent 0aac788eda
commit 2269c67a8a
3 changed files with 77 additions and 11 deletions

View File

@@ -399,6 +399,13 @@ body {
background: #0b1220;
}
.assets-panel {
margin-top: 16px;
background: #0b1220;
border-top: 1px solid #1f2937;
padding: 18px;
}
.controls ul {
list-style: none;
padding: 0;
@@ -588,6 +595,11 @@ body {
box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.6);
}
.asset-item.is-hidden {
opacity: 0.72;
border-style: dashed;
}
.asset-row {
display: flex;
align-items: center;
@@ -614,6 +626,10 @@ body {
gap: 8px;
}
.asset-meta-badges {
margin-top: 4px;
}
.asset-detail {
margin-top: 4px;
}