mirror of
https://github.com/status-im/codimd.git
synced 2025-02-02 23:13:29 +00:00
Fix preferences checkbox might not vertical aligned in some browsers
This commit is contained in:
parent
da46a3696b
commit
0ffdb44793
@ -426,6 +426,11 @@ div[contenteditable]:empty:not(:focus):before{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.status-bar .status-indicators .status-preferences .dropdown-menu label > input[type="checkbox"] {
|
||||
vertical-align: middle;
|
||||
margin: -3px 0 0;
|
||||
}
|
||||
|
||||
.ui-theme-toggle,
|
||||
.ui-spellcheck-toggle {
|
||||
opacity: 0.2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user