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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user