diff --git a/src/components/layout.js b/src/components/layout.js index 704d758..b8d3eda 100644 --- a/src/components/layout.js +++ b/src/components/layout.js @@ -196,8 +196,9 @@ function UserStatus({ userId, unreads, onClick }) { Accept: 'application/json', 'Content-Type': 'application/json', }, + }).then(() => { + location.reload() }) - location.reload() }} > diff --git a/src/defaultStyles.css b/src/defaultStyles.css index d4fe6ab..c044001 100644 --- a/src/defaultStyles.css +++ b/src/defaultStyles.css @@ -35,6 +35,12 @@ body { box-shadow: 0px 0px 29px 19px #222426; } +@media screen and (max-width: 700px) { + #__next { + flex-flow: column; + } +} + img { max-width: 90%; }