You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
9 lines
147 B
SCSS
9 lines
147 B
SCSS
|
|
.multi-note-actions {
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
padding-top: var(--joplin-margin-top);
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
}
|