add extra input fields for container specific options

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu
2023-02-23 21:58:42 +00:00
parent aeee33d705
commit 0639d53a5d
4 changed files with 35 additions and 15 deletions

View File

@@ -1,8 +1,3 @@
.center-div {
display: grid;
justify-content: center;
}
p {
text-align: left;
margin: 0px;
@@ -43,6 +38,7 @@ select {
border: solid white 1px;
background-color: black;
color: white;
width: min-content;
}
select:disabled {