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;
|
padding: 0;
|
||||||
}
|
}
|
||||||
#actions {
|
#actions {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
white-space: nowrap;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -816,11 +819,6 @@ html:not(.usercss) .usercss-only,
|
||||||
#basic-info #name {
|
#basic-info #name {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
#actions {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
#options-wrapper {
|
#options-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
@ -846,6 +844,10 @@ html:not(.usercss) .usercss-only,
|
||||||
position: static;
|
position: static;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
#lint tbody {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
#options summary {
|
#options summary {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user