mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
major redesign and refactor
+ centralized urls + reduce max app width + bump up header height to 23rem
This commit is contained in:
@@ -7,11 +7,14 @@
|
||||
"l-sidebar content r-sidebar"
|
||||
"l-sidebar content r-sidebar"
|
||||
"l-sidebar content bottombar";
|
||||
max-width: 2720px;
|
||||
height: calc(100vh - 1rem);
|
||||
max-width: 1720px;
|
||||
height: calc(100vh);
|
||||
margin: 0 auto;
|
||||
gap: 1rem;
|
||||
margin: $small auto;
|
||||
padding: $small;
|
||||
padding-right: $medium;
|
||||
border-right: solid 1px $gray4;
|
||||
margin-top: -$small;
|
||||
}
|
||||
|
||||
#app-grid.isSmall {
|
||||
@@ -89,7 +92,7 @@
|
||||
grid-area: l-sidebar;
|
||||
display: grid;
|
||||
grid-template-rows: 1fr max-content;
|
||||
background-color: $gray;
|
||||
background-color: rgb(22, 22, 22);
|
||||
height: 100vh;
|
||||
margin-top: -$small;
|
||||
margin-left: -$small;
|
||||
|
||||
Reference in New Issue
Block a user