From 735d518ae6ecc6c8d0ecbbae4aa3c019151178fc Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 19 Jul 2022 21:19:59 +0200 Subject: EOL and other stuff --- css/player.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'css/player.css') diff --git a/css/player.css b/css/player.css index 08da44f..8ff1caf 100644 --- a/css/player.css +++ b/css/player.css @@ -1,6 +1,5 @@ #player { position: fixed; - bottom: 0; left: 0; right: 0; height: 56px; @@ -91,4 +90,22 @@ .player-button-disabled .player-button-icon { opacity: .25 !important; +} + +body #player { + bottom: -57px; + transition: bottom 200ms, background-color 200ms; +} + +body #navigation-outer, body #frame { + bottom: 0; + transition: bottom 200ms, background-color 200ms; +} + +body.playing #player { + bottom: 0; +} + +body.playing #navigation-outer, body.playing #frame { + bottom: 57px; } \ No newline at end of file -- cgit