diff --git a/src/renderer/components/ft-list-video/ft-list-video.vue b/src/renderer/components/ft-list-video/ft-list-video.vue index fa7a4c57..f1ab22f4 100644 --- a/src/renderer/components/ft-list-video/ft-list-video.vue +++ b/src/renderer/components/ft-list-video/ft-list-video.vue @@ -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)" /> diff --git a/src/renderer/sass-partials/_ft-list-item.sass b/src/renderer/sass-partials/_ft-list-item.sass index fd297207..00105b98 100644 --- a/src/renderer/sass-partials/_ft-list-item.sass +++ b/src/renderer/sass-partials/_ft-list-item.sass @@ -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