Adjust settings page to support Processing input

This commit is contained in:
Matthew McWilliams 2022-07-13 10:15:47 -04:00
parent c33c6e24f6
commit 8ec5816364
2 changed files with 6 additions and 0 deletions

View File

@ -650,6 +650,9 @@ button:focus {
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(0, 0, 0, 0.05);
}
#settings h4 {
margin-bottom: 1px;
}
#settings > div {
width: 300px;
margin: 0 auto;

View File

@ -1,4 +1,7 @@
#settings{
h4{
margin-bottom: 1px;
}
> div{
width: 300px;
margin: 0 auto;