mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix theme for mobile mode
This commit is contained in:
parent
82710e4ee7
commit
ea81adfe56
@ -163,16 +163,16 @@ html {
|
||||
.content_layout {
|
||||
position: relative;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
max-height: 100vh;
|
||||
|
||||
padding: 10px;
|
||||
|
||||
|
||||
overflow-x: hidden;
|
||||
overflow-y: overlay;
|
||||
|
||||
|
||||
transition: all 150ms ease-in-out;
|
||||
|
||||
margin: var(--layoutMargin);
|
||||
@ -295,4 +295,28 @@ html {
|
||||
.postCard {
|
||||
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