VS Code Web: comfortable line height
Increases the editor line height so code is easier to scan with your eyes (works on github.dev too).
Code to copy
/* Increase editor line-height for more breathing room (works on github.dev too) */
.monaco-editor .view-line {
line-height: 1.65 !important;
}
.monaco-editor .view-lines {
--vscode-editor-line-height: 26px;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.