mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
implement reactive breakpoints
+ fix breaking queue page when there's no data
This commit is contained in:
@@ -5,4 +5,22 @@
|
||||
margin-right: -1rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
#app-grid.isSmall #acontent {
|
||||
margin-right: -$small;
|
||||
padding-right: $medium;
|
||||
}
|
||||
|
||||
#app-grid.isSmall #page-search {
|
||||
margin-right: $smaller;
|
||||
}
|
||||
|
||||
#app-grid.disableSidebar #acontent {
|
||||
margin-right: -$small;
|
||||
padding-right: $medium;
|
||||
}
|
||||
|
||||
#app-grid.disableSidebar #page-search {
|
||||
margin-right: $smaller;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user