Fix label
This commit is contained in:
parent
bb8789cf12
commit
fd1c0ae895
|
@ -191,7 +191,7 @@ html:not(.firefox):not(.opera) #options > .block:nth-last-of-type(3) {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#advanced.collapsible:not(.collapsed) .collapsible-resizer {
|
||||
#advanced.collapsible:not(.collapsed) .collapsible-resizer, .collapsible-resizer {
|
||||
padding-right: 8px;
|
||||
box-sizing: border-box;
|
||||
width: 30%;
|
||||
|
@ -206,6 +206,12 @@ html:not(.firefox):not(.opera) #options > .block:nth-last-of-type(3) {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.collapsible-resizer h1 {
|
||||
width: unset;
|
||||
padding: 0;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
#advanced.collapsible:not(.collapsed) h1:hover {
|
||||
color: #666;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user