Add download button
This commit is contained in:
@@ -6,6 +6,11 @@ button {
|
||||
border-top-color: #E3E3E3;
|
||||
}
|
||||
|
||||
#controls {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.group {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -28,10 +33,16 @@ input[type="number"] {
|
||||
}
|
||||
|
||||
.input {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 1.5em;
|
||||
margin-bottom: 0.4em;
|
||||
}
|
||||
|
||||
#main-content {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: auto;
|
||||
margin-right: 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user