Created
September 7, 2025 20:13
-
-
Save Kraballa/cc3a95be69a36d8efca1c6bb857604a9 to your computer and use it in GitHub Desktop.
Fix Obsidian Styling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* maken lines wider, default 700px */ | |
:root { | |
--file-line-width: 900px; | |
} | |
/* delete text scaling */ | |
.markdown-source-view * { | |
font-size: var(--font-text-size) !important; | |
} | |
/* remove code block inlining */ | |
.HyperMD-codeblock{ | |
padding-left: 0 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make obsidians "source view" actually view the source and not a wysiwyg abomination. they used to have this natively but removed it. fuck you obsidian.