mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Add hearts to marketplace assets
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user