44 lines
684 B
Plaintext
44 lines
684 B
Plaintext
|
|
@appStatusbarHeight: 30px;
|
|
|
|
.navbar-hidden + .navbar-through {
|
|
> .page.editor {
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
|
|
.navbar-through {
|
|
> .page.editor {
|
|
padding-top: @appToolbarHeight;
|
|
transition: padding-top 400ms 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;
|
|
}
|
|
|
|
.small-picker {
|
|
.picker-item {
|
|
font-size: 14px;
|
|
padding: 0;
|
|
}
|
|
} |