diff --git a/src/renderer/components/common/PlaylistDrawer.vue b/src/renderer/components/common/PlaylistDrawer.vue index 42679a8..a33b03d 100644 --- a/src/renderer/components/common/PlaylistDrawer.vue +++ b/src/renderer/components/common/PlaylistDrawer.vue @@ -254,7 +254,7 @@ watch( } .playlist-drawer { - @apply flex flex-col gap-6; + @apply flex flex-col gap-6 py-6; } .create-playlist-section { @@ -335,7 +335,7 @@ watch( } .playlist-list { - @apply flex flex-col gap-2; + @apply flex flex-col gap-2 pb-40; } .playlist-item { @@ -367,4 +367,9 @@ watch( } } } + +:deep(.n-drawer-body-content-wrapper) { + padding-bottom: 0 !important; + padding-top: 0 !important; +}