diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/player/player.transcript.css')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/player/player.transcript.css | 14 |
1 files changed, 7 insertions, 7 deletions
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; |
