mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Merge branch 'master' of gitlab.com:MrFry/qmining-page
This commit is contained in:
commit
4bede58deb
2 changed files with 8 additions and 1 deletions
|
@ -196,8 +196,9 @@ function UserStatus({ userId, unreads, onClick }) {
|
||||||
Accept: 'application/json',
|
Accept: 'application/json',
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
},
|
},
|
||||||
})
|
}).then(() => {
|
||||||
location.reload()
|
location.reload()
|
||||||
|
})
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<LogoutIcon size={28} />
|
<LogoutIcon size={28} />
|
||||||
|
|
|
@ -35,6 +35,12 @@ body {
|
||||||
box-shadow: 0px 0px 29px 19px #222426;
|
box-shadow: 0px 0px 29px 19px #222426;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 700px) {
|
||||||
|
#__next {
|
||||||
|
flex-flow: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue