diff options
author | Indrajith K L | 2022-11-26 21:45:53 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-26 21:45:53 +0530 |
commit | 199501039cfc0a054b9ee8a6d508f7b545d612bf (patch) | |
tree | c955ef69e82024380473f045aa9f2b25f532c701 /hg.css | |
parent | c0fd0f510c8cea76f5259412f9e23ae8c0e00fc9 (diff) | |
download | retrowave-player-199501039cfc0a054b9ee8a6d508f7b545d612bf.tar.gz retrowave-player-199501039cfc0a054b9ee8a6d508f7b545d612bf.tar.bz2 retrowave-player-199501039cfc0a054b9ee8a6d508f7b545d612bf.zip |
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
Diffstat (limited to 'hg.css')
-rw-r--r-- | hg.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -245,4 +245,9 @@ dialog::backdrop { #file-upload { display: none; +} + +.controls { + font-style: italic; + font-size: larger; }
\ No newline at end of file |