mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
use virtual scroll layout on playlist page
+ fix playlist and album page header width
This commit is contained in:
committed by
Mungai Njoroge
parent
f2aee70a8a
commit
097c2b4a83
@@ -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;
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ function editPlaylist() {
|
||||
.p-header {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
height: 100%;
|
||||
height: $banner-height;
|
||||
position: relative;
|
||||
background-color: $gray5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user