Browse Source

Fix poll options checkboxes/radio buttons not being vertically centered (#11833)

pull/4/head
ThibG 4 years ago
committed by Eugen Rochko
parent
commit
d41494226d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      app/javascript/styles/mastodon/polls.scss

+ 3
- 0
app/javascript/styles/mastodon/polls.scss View File

@ -79,6 +79,9 @@
top: -1px;
border-radius: 50%;
vertical-align: middle;
margin-top: auto;
margin-bottom: auto;
flex: 0 0 18px;
&.checkbox {
border-radius: 4px;

Loading…
Cancel
Save