Remove margin-left offset for any headers after the first in a line

Signed-off-by: Daniel Muckerman <danielmuckerman@me.com>
This commit is contained in:
Dan Muckerman 2018-06-17 22:45:27 -04:00 committed by korelstar
parent 365009184b
commit 3ffd778322
1 changed files with 4 additions and 0 deletions

View File

@ -239,6 +239,10 @@
color: rgba(120, 120, 120, 0.5);
}
.CodeMirror .CodeMirror-code .cm-formatting-header:not(:first-child) {
width: auto;
margin-left: 0px;
}
/* distraction free styles */
:-webkit-full-screen {