2016-11-24 15:22:51 +00:00
|
|
|
|
2016-12-01 17:11:16 +00:00
|
|
|
@appStatusbarHeight: 30px;
|
|
|
|
|
2016-12-23 13:19:16 +00:00
|
|
|
.navbar-hidden + .navbar-through {
|
|
|
|
> .page.editor {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-24 15:22:51 +00:00
|
|
|
.navbar-through {
|
2016-12-05 15:25:58 +00:00
|
|
|
> .page.editor {
|
2016-11-24 15:22:51 +00:00
|
|
|
padding-top: @appToolbarHeight;
|
2016-12-23 13:19:16 +00:00
|
|
|
transition: padding-top 400ms ease-in;
|
2016-12-07 11:35:24 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-through .page {
|
|
|
|
& > .searchbar {
|
|
|
|
top: @appToolbarHeight + @cellEditorHeight;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cell-editing-box.expanded + .searchbar {
|
|
|
|
top: @appToolbarHeight + @cellEditorExpandedHeight;
|
2016-11-24 15:22:51 +00:00
|
|
|
}
|
|
|
|
}
|
2016-12-01 17:11:16 +00:00
|
|
|
|
|
|
|
.flex-horizontal {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-vertical {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: stretch;
|
|
|
|
}
|
2016-12-16 14:52:24 +00:00
|
|
|
|
2016-12-25 13:45:53 +00:00
|
|
|
.small-picker {
|
|
|
|
.picker-item {
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2016-12-16 14:52:24 +00:00
|
|
|
}
|