Skip to content

Commit

Permalink
Updating the CSS of thumbnail images
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Jun 4, 2022
2 parents 362d5f1 + 024515f commit b9d4596
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/renderer/sass-partials/_ft-list-item.sass
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,19 @@ $watched-transition-duration: 0.5s

.videoThumbnail
position: relative
@include is-sidebar-item
width: auto

.thumbnailLink
display: flex

.thumbnailImage
width: auto
height: auto
max-width: 100%
width: 100%
@include is-sidebar-item
height: 75px
width: auto

@include is-recommendation
width: 163px
Expand Down

0 comments on commit b9d4596

Please sign in to comment.