use virtual scroll layout on playlist page

+ fix playlist and album page header width
This commit is contained in:
geoffrey45
2022-09-21 15:33:38 +03:00
committed by Mungai Njoroge
parent f2aee70a8a
commit 097c2b4a83
8 changed files with 23 additions and 88 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ useVisibility(albumheaderthing, handleVisibilityState);
grid-template-columns: max-content 1fr;
gap: 1rem;
padding: 1rem;
height: 100% !important;
height: $banner-height;
background-color: $black;
overflow: hidden;
+1 -1
View File
@@ -67,7 +67,7 @@ function editPlaylist() {
.p-header {
display: grid;
grid-template-columns: 1fr;
height: 100%;
height: $banner-height;
position: relative;
background-color: $gray5;