aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player/upnext.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-12-18 20:20:04 +0100
committerRigel Kent <sendmemail@rigelk.eu>2019-12-18 20:20:11 +0100
commit62ab565d1c772764c77dec0df75ce64b19c57119 (patch)
tree0b30fd73f78ad38ed54736212f9cc5e16bb074fb /client/src/sass/player/upnext.scss
parent2a5518a667ef219e560214cdecd03a45d96aa6b1 (diff)
downloadPeerTube-62ab565d1c772764c77dec0df75ce64b19c57119.tar.gz
PeerTube-62ab565d1c772764c77dec0df75ce64b19c57119.tar.zst
PeerTube-62ab565d1c772764c77dec0df75ce64b19c57119.zip
Add play/pause bezels to the video player
Diffstat (limited to 'client/src/sass/player/upnext.scss')
-rw-r--r--client/src/sass/player/upnext.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/player/upnext.scss b/client/src/sass/player/upnext.scss
index ecce22aa8..f1f2e0fe2 100644
--- a/client/src/sass/player/upnext.scss
+++ b/client/src/sass/player/upnext.scss
@@ -95,8 +95,9 @@ $browser-context: 16;
95 width: 98px; 95 width: 98px;
96 height: 98px; 96 height: 98px;
97 margin: -49px 0 0 -49px; 97 margin: -49px 0 0 -49px;
98 transition: stroke-dasharray 0.1s cubic-bezier(0.4,0,1,1);
99 cursor: pointer; 98 cursor: pointer;
99
100 @include transition(stroke-dasharray 0.1s cubic-bezier(0.4,0,1,1));
100 } 101 }
101 102
102} 103}