From 57fdf4e1b6deaa0f28c67ec8c6ec0379f6bcca9e Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Tue, 29 Dec 2020 23:16:46 +1300 Subject: [PATCH] Fix recommended watched videos appearance --- sass/includes/video-list-item.sass | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/sass/includes/video-list-item.sass b/sass/includes/video-list-item.sass index 7df66b7..7086c5d 100644 --- a/sass/includes/video-list-item.sass +++ b/sass/includes/video-list-item.sass @@ -18,11 +18,11 @@ @at-root .video-list-item--watched#{&} background: c.$bg-darker - padding: 8px 8px 0px - margin: -8px -8px 12px + padding: 4px 4px 0px + margin: -4px -4px 8px .thumbnail - margin-bottom: 8px + margin-bottom: 4px .image opacity: 0.4 @@ -84,6 +84,13 @@ overflow: hidden max-height: 150px + @at-root .video-list-item--watched#{&} + padding: 8px 8px 0px + margin: -8px -8px 12px + + .thumbnail + margin-bottom: 8px + .image width: 240px height: 135px