UX: Fix No button on review queue on mobile (#29485)
The "No" button for flagged posts was a different size on mobile
This commit is contained in:
parent
19672faba6
commit
8fb2e2a3ec
|
@ -82,11 +82,15 @@
|
||||||
|
|
||||||
.reviewable-actions {
|
.reviewable-actions {
|
||||||
margin-right: -0.5em;
|
margin-right: -0.5em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
|
||||||
> div,
|
> div,
|
||||||
> button {
|
> button {
|
||||||
margin-right: 0.25em;
|
margin-right: 0.25em;
|
||||||
margin-bottom: 0.5em;
|
}
|
||||||
|
|
||||||
|
.btn.reviewable-action {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reviewable-action,
|
.reviewable-action,
|
||||||
|
|
Loading…
Reference in New Issue