We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9db2af commit 5633ad9Copy full SHA for 5633ad9
src/renderer/components/ft-list-video/ft-list-video.vue
@@ -52,7 +52,7 @@
52
class="addToPlaylistIcon"
53
:class="alwaysShowAddToPlaylistButton ? 'alwaysVisible' : ''"
54
:padding="appearance === `watchPlaylistItem` ? 5 : 6"
55
- :size="appearance === `watchPlaylistItem` ? 14 : 18"
+ :size="appearance === `watchPlaylistItem` ? 14 : 22"
56
@click="togglePlaylistPrompt"
57
/>
58
<ft-icon-button
@@ -66,7 +66,7 @@
66
}"
67
:theme="quickBookmarkIconTheme"
68
69
70
@click="toggleQuickBookmarked"
71
72
0 commit comments