editor narrow mode: reduce options title margins

This commit is contained in:
tophf 2017-09-03 18:21:13 +03:00
parent d843b4e23f
commit e9b174f6e3

View File

@ -576,6 +576,9 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar
-moz-column-count: 2;
column-count: 2;
}
#options h2 {
margin: 0 0 .5em;
}
#options .aligned > *:not(svg) {
margin: 1px 0 0 0; /* workaround the flowing-padding column bug in webkit */
padding-right: 0.4rem;