Skip to content

Commit

Permalink
Fix favoritesIcon taking up max height
Browse files Browse the repository at this point in the history
This issue makes it harder to click on the video thumbnail and is just a nuisance.
  • Loading branch information
kommunarr committed Aug 26, 2023
1 parent 3bfa370 commit 5b1d9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/scss-partials/_ft-list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ $watched-transition-duration: 0.5s;
margin-right: 3px;
margin-top: 3px;
opacity: $thumbnail-overlay-opacity;
height: fit-content;
}

.watchedProgressBar {
Expand Down

0 comments on commit 5b1d9b2

Please sign in to comment.