mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
feat: check screen size to enable or disable settings
+ redesign (again!) the playlist cards
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user