New: Change outline heart icon to filled if the item is favorite

New: Made the card overlay 'Mark Played' icon thicker
This commit is contained in:
lscambo13
2025-06-01 20:17:59 +05:30
parent 7af4c705d0
commit 73cb573fc3

View File

@@ -1758,6 +1758,15 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
.cardScalable .material-icons.check:before {
font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 20;
transform: scale(1.25);
}
.emby-button[title="Favorite"] .material-icons.favorite:before {
font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}
.detailButton:not(.btnPlay) {
color: var(--textColor);
backdrop-filter: none;