diff --git a/edit/edit.css b/edit/edit.css index 20aec2b8..ab738815 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -723,6 +723,10 @@ html:not(.usercss) .usercss-only, padding-top: 0; } +#options-wrapper .options-column:nth-child(2) { + margin-top: .75rem; +} + .usercss #name { background-color: #eee; color: #888; @@ -839,6 +843,9 @@ html:not(.usercss) .usercss-only, padding-right: .5rem; box-sizing: border-box; } + #options-wrapper .options-column:nth-child(2) { + margin-top: 0; + } #options:not([open]), #lint:not([open]) { overflow: initial;