mirror of
https://github.com/laurent22/joplin.git
synced 2025-03-20 20:55:18 +02:00
16 lines
359 B
CSS
16 lines
359 B
CSS
#joplin-plugin-content {
|
|
width: fit-content;
|
|
background-color: var(--joplin-background-color);
|
|
color: var(--joplin-color);
|
|
}
|
|
|
|
#backuperror {
|
|
width: fit-content;
|
|
display: block;
|
|
flex-direction: column;
|
|
min-width: 300px;
|
|
overflow-wrap: break-word;
|
|
font-size: var(--joplin-font-size);
|
|
font-family: var(--joplin-font-family);
|
|
}
|