philips_supernote-obsidian-.../styles.css
james-xli 101ff45702 Add container for each page. Setting now limits both width and height instead of just width. Multiple pages can be visible horizontally.
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).
2024-06-08 21:09:10 -07:00

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;
}