Fix checkbox alignment

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2020-06-19 17:24:57 +02:00 committed by Marcel Klehr
parent 01983d2415
commit aec260839c
2 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,7 @@ export default {
background-size: cover !important;
background-color: var(--color-main-background);
position: relative;
padding: 0 8px 0 10px;
}
.bookmark.active,

View File

@ -159,6 +159,7 @@ export default {
display: flex;
align-items: center;
position: relative;
padding: 0 8px 0 10px;
}
.folder.active,