You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, when the 'Style Settings' plugin is enabled, and then I upload the shared note, it adds 64px of padding to the top, bottom, left, and right. However, in the app, in reading and editing view, there is no such padding. When I disable the 'Style Settings' plugin, the padding goes away.
After inspecting the page, I narrowed it down to the following CSS Code. In the inspector, when I change the 'file-margins' to 0px, the padding goes away. However, this change is only in the inspector, not permanent. How would I make the necessary changes so that the file uploads to automatically have a file-margin of 0px? My suspicion is it has something to do with how the 'Share Note' plugin interacts with the 'Style Settings' plugin. Would I have to add a Snippet? Any help appreciated!
Here is the actual property in the Shared Note CSS file:
For some reason, when the 'Style Settings' plugin is enabled, and then I upload the shared note, it adds 64px of padding to the top, bottom, left, and right. However, in the app, in reading and editing view, there is no such padding. When I disable the 'Style Settings' plugin, the padding goes away.
After inspecting the page, I narrowed it down to the following CSS Code. In the inspector, when I change the 'file-margins' to 0px, the padding goes away. However, this change is only in the inspector, not permanent. How would I make the necessary changes so that the file uploads to automatically have a file-margin of 0px? My suspicion is it has something to do with how the 'Share Note' plugin interacts with the 'Style Settings' plugin. Would I have to add a Snippet? Any help appreciated!
Here is the actual property in the Shared Note CSS file:
body.css-settings-manager {
--cornell-cue-column-width-readable-line: 200px;
--cornell-cue-column-width: 200px;
--cornell-summary-callout-top-height: 200px;
--cornell-summary-callout-max-height: 200px;
--cornell-cue-callout-width: 208px;
--cornell-cue-callout-width-readable-line: 208px;
--file-margins: 64px
}
The text was updated successfully, but these errors were encountered: