You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
14 lines
131 B
SCSS
14 lines
131 B
SCSS
|
|
.editor-status-bar {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
> .spacer {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
> .status {
|
|
align-self: end;
|
|
}
|
|
}
|