Simple refactor

This commit is contained in:
2026-01-08 16:51:35 +01:00
parent a2827573fd
commit 2cf0362d5d
6 changed files with 29 additions and 23 deletions

View File

@@ -1544,7 +1544,6 @@ button:disabled:hover {
align-items: stretch;
padding: 8px 10px;
background: #111827;
border-top: 1px solid #1f2937;
cursor: pointer;
gap: 8px;
font-size: 13px;
@@ -1552,6 +1551,10 @@ button:disabled:hover {
height: 60px;
}
.asset-item:not(.is-hidden) {
border-top: 1px solid #1f2937;
}
.asset-item:last-child {
border-bottom: 1px solid #1f2937;
}