mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add a blank settings view
- use for loop to render l-sidebar content - add current track image on l-sidebar - other minor changes
This commit is contained in:
@@ -53,9 +53,9 @@ function changeTab(tab) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// @include tablet-landscape {
|
||||
// width: 3rem;
|
||||
// }
|
||||
@include tablet-landscape {
|
||||
width: 3rem;
|
||||
}
|
||||
|
||||
.grid {
|
||||
height: 100%;
|
||||
@@ -66,9 +66,9 @@ function changeTab(tab) {
|
||||
grid-area: content;
|
||||
width: 31rem;
|
||||
|
||||
// @include tablet-landscape {
|
||||
// display: none;
|
||||
// }
|
||||
@include tablet-landscape {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.r-search {
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user