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