From 858e59f81cca931717d646d34fb4f981b46ba340 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Sat, 8 Oct 2022 15:40:28 +0300 Subject: [PATCH] rewrite sidebar queue using @Akryum/vue-virtual-scroller --- src/components/RightSideBar/Queue.vue | 54 +++++++++++++-------------- src/views/PlaylistView/index.vue | 2 +- 2 files changed, 27 insertions(+), 29 deletions(-) diff --git a/src/components/RightSideBar/Queue.vue b/src/components/RightSideBar/Queue.vue index edc2871d..9c95f354 100644 --- a/src/components/RightSideBar/Queue.vue +++ b/src/components/RightSideBar/Queue.vue @@ -1,48 +1,47 @@ diff --git a/src/views/PlaylistView/index.vue b/src/views/PlaylistView/index.vue index c32b4ed5..1d37e5a0 100644 --- a/src/views/PlaylistView/index.vue +++ b/src/views/PlaylistView/index.vue @@ -89,7 +89,7 @@ onBeforeRouteLeave(() => { .scroller { height: 100%; width: 100%; - padding-bottom: 4rem; + padding-bottom: $content-padding-bottom; } }