add device config/add/delete handlers,

fix some styling with forms
This commit is contained in:
Arthur Lu
2023-06-19 01:43:52 +00:00
parent b946fcc773
commit 41e28f4c4b
2 changed files with 111 additions and 11 deletions

View File

@@ -30,4 +30,10 @@ fieldset > *:last-child {
body:not(:-moz-handler-blocked) fieldset {
display: table-cell;
}
input[type="checkbox"] {
width: min-content;
margin-left: auto;
margin-right: auto;
}