Minor positioning, IIRC
This commit is contained in:
parent
61e58f2ac3
commit
d94806e189
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user