fix theme for mobile mode

This commit is contained in:
SrGooglo 2022-11-22 00:33:55 +00:00
parent 82710e4ee7
commit ea81adfe56

View File

@ -296,3 +296,27 @@ html {
min-width: 30px;
}
}
.app_layout {
&.mobile {
.loginPage {
flex-direction: column;
.wallpaper {
width: 100vw;
}
}
.postPage {
display: flex;
flex-direction: column;
.commentsWrapper {
position: absolute;
bottom: 0;
left: 0;
}
}
}
}