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