Fix layering and add release ci

This commit is contained in:
2026-01-15 14:36:45 +01:00
parent d43bd985c6
commit c481b105c5
12 changed files with 476 additions and 152 deletions

View File

@@ -1740,10 +1740,19 @@ button:disabled:hover {
.asset-list {
display: flex;
flex-direction: column;
list-style: none;
padding: 0;
margin: 0;
}
.asset-section {
font-size: 12px;
letter-spacing: 0.3px;
text-transform: uppercase;
color: rgba(148, 163, 184, 0.9);
padding: 4px 10px 0;
}
.asset-item {
display: flex;
flex-direction: column;