style(next): improve settings layout slightly

This commit is contained in:
Elian Doran 2024-12-13 23:52:35 +02:00
parent 6703fa7a0c
commit 1e2aa3c52d
No known key found for this signature in database

View File

@ -56,4 +56,18 @@
.options-section .options-mime-types {
padding: 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;
}