add more gear parameters, better dialog
This commit is contained in:
parent
96586c0137
commit
0b69cfdc7e
6 changed files with 56 additions and 46 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue