beta #4

Merged
doug713705 merged 203 commits from beta into master 2023-04-20 15:11:59 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 12f4bb6210 - Show all commits

View File

@ -58,7 +58,6 @@ span.place {
flex-direction: line;
justify-content: flex-start;
align-items: start;
background-color: red;
}
#content_wrapper {
@ -90,6 +89,8 @@ img.logo {
}
#left_navbar_wrapper, #right_navbar_wrapper {
margin-top: 10px;
position: fixed;
display: flex;
flex-direction: column;
justify-content: flex-start;