From 8fc02e476869276d35759d19248ddfe7f84ec09c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 3 Apr 2019 14:18:23 +0200 Subject: Set thumbnail height --- client/src/app/shared/video/video-thumbnail.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/shared/video/video-thumbnail.component.scss b/client/src/app/shared/video/video-thumbnail.component.scss index 0113427a3..469b659e9 100644 --- a/client/src/app/shared/video/video-thumbnail.component.scss +++ b/client/src/app/shared/video/video-thumbnail.component.scss @@ -8,8 +8,8 @@ .progress-bar { height: 3px; width: 100%; - position: relative; - top: -3px; + position: absolute; + bottom: 0; background-color: rgba(0, 0, 0, 0.20); div { -- cgit v1.2.3