add extra input fields for container specific options

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-02-23 21:58:42 +00:00
parent da9dab4443
commit 3116a47416
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 {