Globally storing some data, other minor fixes

This commit is contained in:
mrfry 2021-01-10 11:15:54 +01:00
parent 820adec2d0
commit 0876761a0f
7 changed files with 111 additions and 61 deletions

View file

@ -55,11 +55,21 @@ a {
color: white;
}
.userInfo {
.userStatus {
display: flex;
align-items: center;
margin-bottom: 15px;
margin-top: auto;
}
.userStatus :first-child {
font-size: 25px;
}
.userStatus > div {
margin: 3px 5px;
}
.content {
margin-left: 200px;
padding: 1px 16px;