You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
8 lines
129 B
SCSS
8 lines
129 B
SCSS
|
|
|
||
|
|
.revision-viewer-root {
|
||
|
|
background-color: var(--joplin-background-color);
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
flex: 1;
|
||
|
|
}
|