mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
remove content div margin bottom if alt_np is not shown
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"l-sidebar nav"
|
||||
"l-sidebar content"
|
||||
"l-sidebar content"
|
||||
"l-sidebar bottombar";
|
||||
"l-sidebar content";
|
||||
.r-sidebar,
|
||||
#tabs,
|
||||
#gsearch-input {
|
||||
@@ -32,6 +32,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
#app-grid.showAltNP {
|
||||
@include tablet-landscape {
|
||||
grid-template-areas:
|
||||
"l-sidebar nav"
|
||||
"l-sidebar content"
|
||||
"l-sidebar content"
|
||||
"l-sidebar bottombar";
|
||||
}
|
||||
}
|
||||
|
||||
#acontent {
|
||||
grid-area: content;
|
||||
max-width: 1955px;
|
||||
|
||||
Reference in New Issue
Block a user