mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix theme for mobile mode
This commit is contained in:
parent
82710e4ee7
commit
ea81adfe56
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user