-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Having the option to move the appendix container above the content container in the appearance area, I've used the custom CSS to change it and works for me.
Describe the solution you'd like
div#content.content {
order: 1;
padding-top: 5%;
}
div#appendix.appendix {
padding: 4em 1em 0;
}
Describe alternatives you've considered
Adding the custom CSS
Additional context
Anyone looking to add the CSS to their editor, you need to make sure to "Save these settings as your personal default:" and will only apply to newly created notes and not existing ones. Note this isn't a perfect solution and might not work well for long notes.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request