浏览代码

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

master^2
ThibG 4 年前
committed by Eugen Rochko
父节点
当前提交
d41494226d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      app/javascript/styles/mastodon/polls.scss

+ 3
- 0
app/javascript/styles/mastodon/polls.scss 查看文件

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


正在加载...
取消
保存