A little bit more styling and default expanded Side bar

This commit is contained in:
Tuan Cao 2022-03-24 15:19:08 +07:00
parent bf58dd15c6
commit 7b40e63e00

View File

@ -8,6 +8,12 @@ a:hover {
.container { .container {
display: flex; display: flex;
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
display: flex;
flex-direction: row;
justify-content: center; justify-content: center;
} }
@ -22,8 +28,19 @@ a:hover {
} }
.nav-bar { .nav-bar {
width: 400px; width: 300px;
padding: 20px; flex: 0 0 300px;
position: relative;
height: 100%;
display: flex;
background-color: var(--background-primary-alt);
border-right: 1px solid var(--background-secondary-alt);
font-family:var(--default-font);
font-size: 14px;
line-height: 1.6;
min-height: 0;
padding-top: 20px;
flex-direction: column;
} }
:root { :root {
--default-font: 'Inter', sans-serif; --default-font: 'Inter', sans-serif;