add more gear parameters, better dialog

This commit is contained in:
Stewart Allen 2024-07-19 12:43:13 -04:00
commit 0b69cfdc7e
6 changed files with 56 additions and 46 deletions

View file

@ -235,8 +235,13 @@ button:hover {
grid-template-columns: 1fr 50px;
}
.addgear button {
column-span: all;
.addgear hr {
width: 100%;
}
.addgear button, .addgear hr, .addgear code {
grid-column: span 2;
text-align: center;
}
.image-import {