mirror of
https://github.com/zadam/trilium.git
synced 2026-02-06 13:54:27 +01:00
21 lines
375 B
CSS
21 lines
375 B
CSS
.export-dialog form .form-check {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.export-dialog form .format-choice {
|
|
padding-inline-start: 40px;
|
|
}
|
|
|
|
.export-dialog form .opml-versions {
|
|
padding-inline-start: 60px;
|
|
}
|
|
|
|
.export-dialog form .form-check-label {
|
|
padding: 2px;
|
|
}
|
|
|
|
.export-dialog form .export-single-formats .switch-widget {
|
|
margin-top: 10px;
|
|
}
|