Smaller star on playlist items
This commit is contained in:
parent
87575e1094
commit
6869bd10e0
|
@ -32,8 +32,8 @@
|
||||||
v-if="!isLive"
|
v-if="!isLive"
|
||||||
icon="star"
|
icon="star"
|
||||||
class="favoritesIcon"
|
class="favoritesIcon"
|
||||||
:padding="6"
|
:padding="appearance === `watchPlaylistItem` ? 5 : 6"
|
||||||
:size="18"
|
:size="appearance === `watchPlaylistItem` ? 14 : 18"
|
||||||
:class="{ favorited: isFavorited }"
|
:class="{ favorited: isFavorited }"
|
||||||
@click="toggleSave(id)"
|
@click="toggleSave(id)"
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -55,6 +55,9 @@ $thumbnail-overlay-opacity: 0.85
|
||||||
background-color: #f22
|
background-color: #f22
|
||||||
color: #fff
|
color: #fff
|
||||||
|
|
||||||
|
@include is-watch-playlist-item
|
||||||
|
font-size: 12px
|
||||||
|
|
||||||
.favoritesIcon
|
.favoritesIcon
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 3px
|
top: 3px
|
||||||
|
|
Loading…
Reference in New Issue