add icons to config form

This commit is contained in:
Arthur Lu
2022-12-21 15:56:52 -08:00
parent 54fa98e754
commit ffd48cafad
4 changed files with 14 additions and 18 deletions

View File

@@ -30,19 +30,11 @@ button {
margin-top: 0px;
}
.label-input {
.input-grid {
display: grid;
grid-template-columns: auto auto;
column-gap: 10px;
}
.label-input-unit {
display: grid;
grid-template-columns: auto auto auto;
column-gap: 10px;
}
legend {
top: -0.6em;
position: relative;