[SSE mobile] shift work area when navbar collapse
This commit is contained in:
parent
bcaf38223f
commit
0095c26ef8
|
@ -1,10 +1,16 @@
|
||||||
|
|
||||||
@appStatusbarHeight: 30px;
|
@appStatusbarHeight: 30px;
|
||||||
|
|
||||||
|
.navbar-hidden + .navbar-through {
|
||||||
|
> .page.editor {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-through {
|
.navbar-through {
|
||||||
> .page.editor {
|
> .page.editor {
|
||||||
padding-top: @appToolbarHeight;
|
padding-top: @appToolbarHeight;
|
||||||
transition: padding-top .2s ease-in;
|
transition: padding-top 400ms ease-in;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue