mirror of
https://github.com/philips/supernote-obsidian-plugin.git
synced 2026-07-22 09:50:25 +00:00
I think this should play nice with horizontal pages, but am unable to test because horizontal pages aren't working quite yet. Also changed the default setting to 800px, which is a nice medium size to be legible but not too big. Max setting now goes to 1900 px (slightly larger than the 1872 px long edge of a Nomad page).
30 lines
No EOL
501 B
CSS
30 lines
No EOL
501 B
CSS
.theme-dark img[alt*="supernote-invert-dark"] {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.theme-light img[alt*="supernote-invert-light"] {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.theme-dark img.supernote-invert-dark {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.theme-light img.supernote-invert-light {
|
|
filter: invert(1);
|
|
}
|
|
|
|
button.mod-cta {
|
|
display: block;
|
|
}
|
|
|
|
.page-recognized-text {
|
|
user-select: text;
|
|
white-space: pre-line;
|
|
margin-top: 1.2em;
|
|
}
|
|
|
|
div.page-container {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
} |