From 9b04719d09937a112b1ac6bbe64402006f9fb261 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 3 Aug 2023 01:10:23 +0200 Subject: small cleanup and some custom video controls --- server/src/routes/ui/style/js-player.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 server/src/routes/ui/style/js-player.css (limited to 'server/src/routes/ui/style/js-player.css') diff --git a/server/src/routes/ui/style/js-player.css b/server/src/routes/ui/style/js-player.css new file mode 100644 index 0000000..65fb770 --- /dev/null +++ b/server/src/routes/ui/style/js-player.css @@ -0,0 +1,22 @@ +/* + This file is part of jellything (https://codeberg.org/metamuffin/jellything) + which is licensed under the GNU Affero General Public License (version 3); see /COPYING. + Copyright (C) 2023 metamuffin +*/ +.js-player .controls { + position: absolute; + bottom: 0px; + left: 0px; + width: 100%; + height: 50px; + background-color: #1d1d1d99; + transition: opacity 0.2s; +} + +.js-player .controls button { + padding: 0px; + width: 50px; + height: 100%; + border: none; + background-color: #ffffff10; +} -- cgit v1.2.3-70-g09d2