mirror of
https://github.com/zadam/trilium.git
synced 2025-12-19 05:49:50 +08:00
style(next): improve settings layout slightly
This commit is contained in:
parent
6703fa7a0c
commit
1e2aa3c52d
1 changed files with 14 additions and 0 deletions
|
|
@ -56,4 +56,18 @@
|
||||||
.options-section .options-mime-types {
|
.options-section .options-mime-types {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-section .form-group {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-section .form-group:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.options-section ul {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue