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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

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,