Menu improvements

This commit is contained in:
Jan Zípek 2022-09-03 22:11:45 +02:00
parent 328064583d
commit f077ce94bd
Signed by: kamen
GPG Key ID: A17882625B33AC31
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,7 @@ main.layout {
.inner { .inner {
background-color: var(--box-bg-color); background-color: var(--box-bg-color);
flex: 1; flex: 1;
padding: 0.25em 0.5rem; border-right: 1px solid var(--box-border-color);
} }
.shadow { .shadow {
@ -40,6 +40,8 @@ main.layout {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 1rem; margin-bottom: 1rem;
padding: 1rem 1rem;
border-bottom: 1px solid var(--box-border-color);
h2 { h2 {
font-size: 125%; font-size: 125%;
@ -51,6 +53,7 @@ main.layout {
} }
nav { nav {
padding: 0em 1rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;