add disk mini form

This commit is contained in:
2023-01-10 16:01:13 -08:00
parent de7f7ed2b5
commit 15b2e7ec58
2 changed files with 24 additions and 1 deletions

View File

@@ -26,6 +26,12 @@ input {
border: solid white 1px;
}
select {
border: solid white 1px;
background-color: black;
color: white;
}
button {
margin-top: 0px;
}
@@ -45,4 +51,14 @@ legend {
form img {
width: 16px;
}
form > * {
margin-top: 10px;
}
hr {
width: 100%;
border: none;
border-top: solid white 1px;
}