We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5084da3 commit 3c792ceCopy full SHA for 3c792ce
src/renderer/components/common/PlaylistDrawer.vue
@@ -254,7 +254,7 @@ watch(
254
}
255
256
.playlist-drawer {
257
- @apply flex flex-col gap-6;
+ @apply flex flex-col gap-6 py-6;
258
259
260
.create-playlist-section {
@@ -335,7 +335,7 @@ watch(
335
336
337
.playlist-list {
338
- @apply flex flex-col gap-2;
+ @apply flex flex-col gap-2 pb-40;
339
340
341
.playlist-item {
@@ -367,4 +367,9 @@ watch(
367
368
369
370
+
371
+:deep(.n-drawer-body-content-wrapper) {
372
+ padding-bottom: 0 !important;
373
+ padding-top: 0 !important;
374
+}
375
</style>
0 commit comments