From b54ab2be91fb18c72a1c36aae7e6f48a967d09b3 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 3 Sep 2024 16:12:11 +0200 Subject: [PATCH] style: :poop: leverage the available space between the episode title and the play button (but hacky way) fix #59 --- src/components/Feed/Episode.vue | 14 +++++++++++++- src/components/Player/Volume.vue | 15 +++++++-------- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/src/components/Feed/Episode.vue b/src/components/Feed/Episode.vue index f6852f1..0be5027 100644 --- a/src/components/Feed/Episode.vue +++ b/src/components/Feed/Episode.vue @@ -1,6 +1,7 @@ @@ -201,3 +202,14 @@ export default { margin-top: 0.4rem; } + + diff --git a/src/components/Player/Volume.vue b/src/components/Player/Volume.vue index cadbc00..cb7ef90 100644 --- a/src/components/Player/Volume.vue +++ b/src/components/Player/Volume.vue @@ -1,5 +1,5 @@