From 199501039cfc0a054b9ee8a6d508f7b545d612bf Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 26 Nov 2022 21:45:53 +0530 Subject: Style & Control Changes * Changes Control labels styles in initial popup * Changes key bindings * x - Toggle Play/Pause * a - Play previous (TODO) * d - Play Next (TODO) * w - Volume Up * s - Volume Down * Adds Swipe Up & Down * Volume Up & Down --- hg.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hg.css') diff --git a/hg.css b/hg.css index 781fb33..80b2711 100644 --- a/hg.css +++ b/hg.css @@ -245,4 +245,9 @@ dialog::backdrop { #file-upload { display: none; +} + +.controls { + font-style: italic; + font-size: larger; } \ No newline at end of file -- cgit v1.2.3