From 8fee5e42f4e74cf562de7fbac7b843dcb77d5314 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 7 Aug 2020 18:38:05 +0200 Subject: fullscreen opacity change tweaks --- .../frontend/app/views/viewer/player/player.transcript.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'animism-align/frontend/app/views/viewer/player/player.transcript.css') diff --git a/animism-align/frontend/app/views/viewer/player/player.transcript.css b/animism-align/frontend/app/views/viewer/player/player.transcript.css index fa7e3d7..cbf4b38 100644 --- a/animism-align/frontend/app/views/viewer/player/player.transcript.css +++ b/animism-align/frontend/app/views/viewer/player/player.transcript.css @@ -99,17 +99,17 @@ box-decoration-break: clone; background: #e8e8e8; color: #000; - transition: all 0.2s; + transition: all 0.1s; } .player-transcript .paragraph .current { - box-shadow: -1px -1px 0 #e8e8e8, - 1px -1px 0 #e8e8e8, - -1px 1px 0 #e8e8e8, - 1px 1px 0 #e8e8e8; + box-shadow: -3px -2px 0 #e8e8e8, + 3px -2px 0 #e8e8e8, + -3px 2px 0 #e8e8e8, + 3px 2px 0 #e8e8e8; box-decoration-break: clone; background: #e8e8e8; color: #000; - transition: all 0.2s; + transition: all 0.1s; } /* media */ @@ -121,7 +121,7 @@ margin: 0 auto; display: block; max-width: 100vw; - max-height: 100vh; + max-height: 90vh; } .player-transcript .media.fullscreen .img { width: 100vw; -- cgit v1.2.3-70-g09d2