From 3fc89377b4e7597de23c604a281b33ed873c5764 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Tue, 31 Jan 2023 15:31:06 +0100 Subject: [PATCH 1/2] Player Progress Bar Position This patch moves the progress bar slightly up for a better separation between playback controls and seeking. The reasoning behind this is that I (and probably others as well) often interact with this interface in a clumsy, half-asleep state. Due to the closeness of the progress bar and the play/pause button, I have managed it several times to accidentally seek instead of pause. That is really annoying since you then have to manually find the previous playback position again. Long term, I would love to see more of the available space being used. In particular in the player interface. There should be enough free space available. Especially if you have just one of the progress bars active. But for now, this is just a quick-fix to improve the current situation. --- components/app/AudioPlayer.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/app/AudioPlayer.vue b/components/app/AudioPlayer.vue index 699580c6..4de34066 100644 --- a/components/app/AudioPlayer.vue +++ b/components/app/AudioPlayer.vue @@ -65,7 +65,7 @@
-
+
first_page {{ jumpBackwardsIcon }} @@ -934,7 +934,6 @@ export default { bottom: 20px; } .fullscreen #playerTrack { - top: 20px; bottom: unset; } From ea847a62ff120bc2ab0360a6dbab28cc6dfcccd7 Mon Sep 17 00:00:00 2001 From: advplyr <67830747+advplyr@users.noreply.github.com> Date: Tue, 31 Jan 2023 14:17:45 -0600 Subject: [PATCH 2/2] Update components/app/AudioPlayer.vue --- components/app/AudioPlayer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/app/AudioPlayer.vue b/components/app/AudioPlayer.vue index 4de34066..450e6efa 100644 --- a/components/app/AudioPlayer.vue +++ b/components/app/AudioPlayer.vue @@ -65,7 +65,7 @@
-
+
first_page {{ jumpBackwardsIcon }}