web-apps/apps/spreadsheeteditor/mobile/resources/less/app-common.less
2016-12-07 14:35:24 +03:00

32 lines
525 B
Plaintext

@appStatusbarHeight: 30px;
.navbar-through {
> .page.editor {
padding-top: @appToolbarHeight;
transition: padding-top .2s ease-in;
}
}
.navbar-through .page {
& > .searchbar {
top: @appToolbarHeight + @cellEditorHeight;
}
#cell-editing-box.expanded + .searchbar {
top: @appToolbarHeight + @cellEditorExpandedHeight;
}
}
.flex-horizontal {
display: flex;
flex-direction: column;
align-items: stretch;
}
.flex-vertical {
display: flex;
flex-direction: row;
align-items: stretch;
}