major redesign and refactor

+ centralized urls
+ reduce max app width
+ bump up header height to 23rem
This commit is contained in:
geoffrey45
2022-09-15 12:36:30 +03:00
parent 69b8b17e84
commit 94eb198e47
17 changed files with 179 additions and 82 deletions
+7 -4
View File
@@ -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;