From 64b3c0aca8195ba6ebc243842ded034c04f06971 Mon Sep 17 00:00:00 2001 From: Nikan Dalvand Date: Sun, 28 Jul 2019 12:57:27 +0430 Subject: [PATCH] Added next/previous and seek buttons and adjusted the control layout --- src/renderer/layouts/PlayerBar.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/renderer/layouts/PlayerBar.vue b/src/renderer/layouts/PlayerBar.vue index 0b97229..c7dbba0 100644 --- a/src/renderer/layouts/PlayerBar.vue +++ b/src/renderer/layouts/PlayerBar.vue @@ -14,10 +14,12 @@

{{duration}}

+
+
@@ -159,6 +161,9 @@ section.player border-top: 1px solid rgba(0,0,0,0.1) height: 4.5rem min-height: 4.5rem + .control-buttons + display: flex + align-items: center img.artwork height: 4.5rem width: 4.5rem