add and close #10

Took 43 minutes
This commit is contained in:
2023-02-02 10:06:52 +01:00
parent 02c335bc27
commit a021d25332
5 changed files with 52 additions and 15 deletions

View File

@ -5,5 +5,10 @@
}
#containers_volumeSlider {
width: 45%;
width: 55%;
}
#containers_templates {
margin-top: 2.5%;
margin-bottom: 1%;
}

View File

@ -115,13 +115,14 @@ label {
.input {
padding: 6px;
font-size: 1.1em;
font-size: 1.12em;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 2%;
border: 0;
background-color: #e9e9ed;
border-radius: 3px;
border-radius: 4px;
text-align: center;
}
@ -135,3 +136,4 @@ label {
transform: scale(1.6);
padding: 12px;
}

View File

@ -273,3 +273,7 @@ h2 {
}
.hide {
visibility: hidden;
transition: visibility 0.8s;
}