rewrite playlist page to use same layout as the album page

This commit is contained in:
geoffrey45
2022-07-07 15:08:31 +03:00
parent dc7f3b12e3
commit 9d5cbfcc93
8 changed files with 104 additions and 98 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ function showDropdown(e: any) {
.p-header {
display: grid;
grid-template-columns: 1fr;
height: 17rem;
height: 100%;
position: relative;
border-radius: 0.75rem;
color: $white;