1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-19 20:31:46 +02:00

Desktop, Mobile: Fixed vertical alignment of checkboxes

This commit is contained in:
Laurent Cozic 2024-11-10 12:04:28 +00:00
parent e16f452bdf
commit 49e86d116f

View File

@ -21,10 +21,20 @@ function pluginAssets(theme: any) {
list-style-type: none;
}
li.md-checkbox .checkbox-wrapper {
display: flex;
flex-direction: row;
}
li.md-checkbox input[type=checkbox] {
display: flex;
margin-left: -1.71em;
margin-right: 0.7em;
}
li.md-checkbox label {
display: flex;
}
ul.joplin-checklist {
list-style:none;