editor narrow mode: reduce options title margins
This commit is contained in:
parent
d843b4e23f
commit
e9b174f6e3
|
@ -576,6 +576,9 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar
|
||||||
-moz-column-count: 2;
|
-moz-column-count: 2;
|
||||||
column-count: 2;
|
column-count: 2;
|
||||||
}
|
}
|
||||||
|
#options h2 {
|
||||||
|
margin: 0 0 .5em;
|
||||||
|
}
|
||||||
#options .aligned > *:not(svg) {
|
#options .aligned > *:not(svg) {
|
||||||
margin: 1px 0 0 0; /* workaround the flowing-padding column bug in webkit */
|
margin: 1px 0 0 0; /* workaround the flowing-padding column bug in webkit */
|
||||||
padding-right: 0.4rem;
|
padding-right: 0.4rem;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user