Fix .error
alignment since linter is remaining
This commit is contained in:
parent
5c6b772bb5
commit
1888b7aa64
|
@ -789,6 +789,9 @@ html:not(.usercss) .usercss-only,
|
|||
padding: 0;
|
||||
}
|
||||
#actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
white-space: nowrap;
|
||||
padding: 0 1rem;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
|
@ -816,11 +819,6 @@ html:not(.usercss) .usercss-only,
|
|||
#basic-info #name {
|
||||
flex-grow: 1;
|
||||
}
|
||||
#actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#options-wrapper {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
@ -846,6 +844,10 @@ html:not(.usercss) .usercss-only,
|
|||
position: static;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#lint tbody {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
#options summary {
|
||||
margin-left: 0;
|
||||
padding-left: 4px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user