From 2ba5ac33548b809285025be307960e49e7b3947c Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 13 Jan 2020 22:14:04 +0100 Subject: Add link to video in update view and smooth progress bar repositioning --- client/src/sass/player/peertube-skin.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/sass') diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index e80853861..41e2a535c 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss @@ -185,6 +185,7 @@ body { .vjs-play-progress { background: var(--embedForegroundColor); + transition: all .2s ease 0s; // Not display the circle if the progress is not hovered &::before { -- cgit v1.2.3