From e829dd4de6596c3d9a64feb2b36773b82c4ec538 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Wed, 14 Apr 2021 22:54:33 +1200 Subject: [PATCH] Fix spacing jump when marking videos watched --- sass/includes/video-list-item.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/includes/video-list-item.sass b/sass/includes/video-list-item.sass index 6b6ac57..b761b9c 100644 --- a/sass/includes/video-list-item.sass +++ b/sass/includes/video-list-item.sass @@ -79,7 +79,7 @@ @at-root .video-list-item--watched#{&} padding: 8px 8px 0px - margin: -8px -8px 12px + margin: -8px -8px 20px .thumbnail margin-bottom: 8px