Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Suggestion: Full width editor area #10

Open
proteusblack opened this issue Feb 23, 2022 · 0 comments
Open

Suggestion: Full width editor area #10

proteusblack opened this issue Feb 23, 2022 · 0 comments
Labels
improvement Smaller enhancement of the theme

Comments

@proteusblack
Copy link

I'd like to suggest removing the left and right padding of the editor to give more text room on mobile.

I have made a snippet to do this for myself in the meantime:

.markdown-source-view.mod-cm6.is-folding .cm-contentContainer, .markdown-source-view .cm-s-obsidian .cm-hmd-frontmatter, .markdown-source-view.mod-cm6 .cm-scroller, .markdown-source-view, .cm-s-obsidian .cm-formatting-hashtag, .cm-s-obsidian, .cm-s-obsidian  span.cm-formatting-task {
padding-left: 0px;
padding-right: 0px;
} 
@selfire1 selfire1 added the improvement Smaller enhancement of the theme label Apr 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
improvement Smaller enhancement of the theme
Projects
None yet
Development

No branches or pull requests

2 participants