joplin/packages/app-desktop/gui/NoteEditor/styles/editor-status-bar.scss

14 lines
131 B
SCSS

.editor-status-bar {
display: flex;
flex-direction: row;
> .spacer {
flex-grow: 1;
}
> .status {
align-self: end;
}
}