mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
refactor app grid
- make content container scrollable, more flexible
This commit is contained in:
@@ -67,7 +67,7 @@ a {
|
||||
.l-container {
|
||||
display: grid;
|
||||
grid-template-columns: min-content 1fr min-content;
|
||||
grid-template-rows: 3rem 1fr 1fr;
|
||||
grid-template-rows: 3.5rem 1fr 1fr;
|
||||
grid-auto-flow: row;
|
||||
grid-template-areas:
|
||||
"l-sidebar nav search-input"
|
||||
@@ -129,10 +129,11 @@ a {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.content {
|
||||
#acontent {
|
||||
grid-area: content;
|
||||
padding: 0;
|
||||
max-width: 1504px;
|
||||
padding: $small;
|
||||
overflow: auto;
|
||||
|
||||
.nav {
|
||||
margin: $small;
|
||||
|
||||
Reference in New Issue
Block a user