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:
Martin Brennan
2024-10-30 15:37:11 +10:00
committed by GitHub
parent 19672faba6
commit 8fb2e2a3ec

View File

@@ -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,