I would like to be able to edit the CSS of the settings page via custom_css.
Currently, custom CSS does not apply to the settings page.
For example, adding the following to the custom CSS should remove some padding from the settings options:
.py-3 {
padding-top: 0px;
padding-bottom: 0px;
}
But nothing is applied when saved.
This will give users even more customization options.