add favorite albums page

This commit is contained in:
geoffrey45
2022-12-30 10:26:20 +03:00
committed by Mungai Njoroge
parent 782bae52e5
commit 9709a62fea
8 changed files with 53 additions and 34 deletions
+12
View File
@@ -0,0 +1,12 @@
.album-grid-view {
height: 100%;
.scrollable {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
padding: 0 1rem;
padding-bottom: 4rem;
overflow: auto;
max-height: 100%;
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
@import "./app-grid.scss", "./controls.scss", "./inputs.scss",
"./scrollbars.scss", "./state.scss", "./variants.scss", "./basic.scss",
"./search-tabheaders.scss";
"./search-tabheaders.scss", "./album-grid.scss";
* {
box-sizing: border-box;