Skip to content

Commit 5633ad9

Browse files
Make thumbnail icons very slightly larger
1 parent c9db2af commit 5633ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/components/ft-list-video/ft-list-video.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
class="addToPlaylistIcon"
5353
:class="alwaysShowAddToPlaylistButton ? 'alwaysVisible' : ''"
5454
:padding="appearance === `watchPlaylistItem` ? 5 : 6"
55-
:size="appearance === `watchPlaylistItem` ? 14 : 18"
55+
:size="appearance === `watchPlaylistItem` ? 14 : 22"
5656
@click="togglePlaylistPrompt"
5757
/>
5858
<ft-icon-button
@@ -66,7 +66,7 @@
6666
}"
6767
:theme="quickBookmarkIconTheme"
6868
:padding="appearance === `watchPlaylistItem` ? 5 : 6"
69-
:size="appearance === `watchPlaylistItem` ? 14 : 18"
69+
:size="appearance === `watchPlaylistItem` ? 14 : 22"
7070
@click="toggleQuickBookmarked"
7171
/>
7272
<ft-icon-button

0 commit comments

Comments
 (0)