feat: check screen size to enable or disable settings

+ redesign (again!) the playlist cards
This commit is contained in:
geoffrey45
2022-09-17 14:24:05 +03:00
parent fca59751c4
commit 5130f85300
13 changed files with 50 additions and 36 deletions
+7 -2
View File
@@ -13,8 +13,8 @@
margin: 0 auto;
margin-top: -$small;
max-width: 1720px;
padding-right: $medium;
border-right: solid 1px $gray4;
// padding-right: $medium;
// border-right: solid 1px $gray4;
padding-top: $small;
}
@@ -24,6 +24,11 @@
max-width: 100%;
}
#app-grid.addBorderRight {
border-right: solid 1px $gray4;
padding-right: $medium;
}
#app-grid.isSmall {
grid-template-columns: min-content 1fr;
grid-template-areas:
+1 -1
View File
@@ -45,7 +45,7 @@ $secondary: $gray5;
$danger: $red;
$track-hover: $gray4;
$context: black;
$playlist-card-bg: #46474C;
$playlist-card-bg: $gray4;
// SVG COLORS
$default: $accent;