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 {
|
||||
margin-right: -0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
|
||||
> div,
|
||||
> button {
|
||||
margin-right: 0.25em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.btn.reviewable-action {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.reviewable-action,
|
||||
|
|
Loading…
Reference in New Issue