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
This commit is contained in:
Indrajith K L
2022-11-26 21:45:53 +05:30
parent c0fd0f510c
commit 199501039c
3 changed files with 61 additions and 14 deletions

5
hg.css
View File

@@ -245,4 +245,9 @@ dialog::backdrop {
#file-upload {
display: none;
}
.controls {
font-style: italic;
font-size: larger;
}