Smaller star on playlist items

This commit is contained in:
Cadence Ember 2020-07-10 13:22:13 +12:00
parent 87575e1094
commit 6869bd10e0
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
2 changed files with 5 additions and 2 deletions

View File

@ -32,8 +32,8 @@
v-if="!isLive"
icon="star"
class="favoritesIcon"
:padding="6"
:size="18"
:padding="appearance === `watchPlaylistItem` ? 5 : 6"
:size="appearance === `watchPlaylistItem` ? 14 : 18"
:class="{ favorited: isFavorited }"
@click="toggleSave(id)"
/>

View File

@ -55,6 +55,9 @@ $thumbnail-overlay-opacity: 0.85
background-color: #f22
color: #fff
@include is-watch-playlist-item
font-size: 12px
.favoritesIcon
position: absolute
top: 3px