Skip to content

Commit

Permalink
Make thumbnail icons very slightly larger
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Apr 11, 2024
1 parent c9db2af commit 5633ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/ft-list-video/ft-list-video.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
class="addToPlaylistIcon"
:class="alwaysShowAddToPlaylistButton ? 'alwaysVisible' : ''"
:padding="appearance === `watchPlaylistItem` ? 5 : 6"
:size="appearance === `watchPlaylistItem` ? 14 : 18"
:size="appearance === `watchPlaylistItem` ? 14 : 22"
@click="togglePlaylistPrompt"
/>
<ft-icon-button
Expand All @@ -66,7 +66,7 @@
}"
:theme="quickBookmarkIconTheme"
:padding="appearance === `watchPlaylistItem` ? 5 : 6"
:size="appearance === `watchPlaylistItem` ? 14 : 18"
:size="appearance === `watchPlaylistItem` ? 14 : 22"
@click="toggleQuickBookmarked"
/>
<ft-icon-button
Expand Down

0 comments on commit 5633ad9

Please sign in to comment.