mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
8 lines
153 B
SCSS
8 lines
153 B
SCSS
|
|
.user-dialog-button-bar {
|
|
display: flex;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
justify-content: flex-end;
|
|
padding-top: var(--joplin-main-padding);
|
|
} |