Skip to content

Commit 0ffdb44

Browse files
committed
Fix preferences checkbox might not vertical aligned in some browsers
1 parent da46a36 commit 0ffdb44

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

public/css/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,11 @@ div[contenteditable]:empty:not(:focus):before{
426426
cursor: pointer;
427427
}
428428

429+
.status-bar .status-indicators .status-preferences .dropdown-menu label > input[type="checkbox"] {
430+
vertical-align: middle;
431+
margin: -3px 0 0;
432+
}
433+
429434
.ui-theme-toggle,
430435
.ui-spellcheck-toggle {
431436
opacity: 0.2;

0 commit comments

Comments
 (0)