Minor positioning, IIRC

This commit is contained in:
narcolepticinsomniac 2018-07-14 16:07:40 -04:00 committed by GitHub
parent 61e58f2ac3
commit d94806e189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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