mirror of https://github.com/laurent22/joplin.git
Desktop, Mobile: Fixed vertical alignment of checkboxes
parent
e16f452bdf
commit
49e86d116f
|
@ -21,11 +21,21 @@ function pluginAssets(theme: any) {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.md-checkbox .checkbox-wrapper {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
li.md-checkbox input[type=checkbox] {
|
li.md-checkbox input[type=checkbox] {
|
||||||
|
display: flex;
|
||||||
margin-left: -1.71em;
|
margin-left: -1.71em;
|
||||||
margin-right: 0.7em;
|
margin-right: 0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.md-checkbox label {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
ul.joplin-checklist {
|
ul.joplin-checklist {
|
||||||
list-style:none;
|
list-style:none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue