mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 21:54:59 +08:00
[SSE mobile] shift work area when navbar collapse
This commit is contained in:
@ -1,10 +1,16 @@
|
||||
|
||||
@appStatusbarHeight: 30px;
|
||||
|
||||
.navbar-hidden + .navbar-through {
|
||||
> .page.editor {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-through {
|
||||
> .page.editor {
|
||||
padding-top: @appToolbarHeight;
|
||||
transition: padding-top .2s ease-in;
|
||||
transition: padding-top 400ms ease-in;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user