mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
18 lines
264 B
SCSS
18 lines
264 B
SCSS
|
|
.plugin-user-webview {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
&.-border-bottom {
|
|
border-bottom: 1px solid var(--joplin-divider-color);
|
|
}
|
|
|
|
&.-fit-to-content {
|
|
width: var(--content-width);
|
|
height: var(--content-height);
|
|
}
|
|
}
|