Add hearts to marketplace assets

This commit is contained in:
2026-01-13 23:46:09 +01:00
parent e3580f950d
commit a267f9b5ec
12 changed files with 404 additions and 17 deletions

View File

@@ -302,12 +302,30 @@
white-space: nowrap;
}
.modal .modal-inner .marketplace-hearts {
display: inline-flex;
align-items: center;
gap: 6px;
color: rgba(248, 113, 113, 0.9);
}
.modal .modal-inner .marketplace-hearts i {
font-size: 12px;
}
.modal .modal-inner .marketplace-actions {
display: flex;
align-items: center;
margin-top: auto;
width: 100%;
justify-content: flex-end;
gap: 8px;
}
.modal .modal-inner .marketplace-heart-button.active {
border-color: rgba(248, 113, 113, 0.5);
background: rgba(248, 113, 113, 0.12);
color: #fecdd3;
}
.modal .modal-inner .marketplace-empty,