mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Globally storing some data, other minor fixes
This commit is contained in:
parent
820adec2d0
commit
0876761a0f
7 changed files with 111 additions and 61 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue