diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-21 03:16:46 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-21 03:16:46 +0100 |
commit | 86582075d1bc4eacd664b5eb48c4472e1f2119b0 (patch) | |
tree | 5954227c4ae68e59783cbff210fa634e45314075 /web/style | |
parent | 62ef60aca4e39f02cb8de972def0cc366e220542 (diff) | |
download | jellything-86582075d1bc4eacd664b5eb48c4472e1f2119b0.tar jellything-86582075d1bc4eacd664b5eb48c4472e1f2119b0.tar.bz2 jellything-86582075d1bc4eacd664b5eb48c4472e1f2119b0.tar.zst |
player: volume controls
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/js-player.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/style/js-player.css b/web/style/js-player.css index 8f047f1..931547c 100644 --- a/web/style/js-player.css +++ b/web/style/js-player.css @@ -201,7 +201,8 @@ padding: 0.3em; border-radius: 7px; } -.jsp-playersync-controls { +.jsp-controlgroup { padding: 1em; + margin: 0.5em; background-color: #0005; } |