Download length header added, fast download back!
This commit is contained in:
parent
66ac5c3a29
commit
23f9cc6e3a
3 changed files with 163 additions and 124 deletions
|
@ -24,6 +24,7 @@ input {
|
|||
|
||||
p {
|
||||
margin: 5px;
|
||||
display: inline-block
|
||||
}
|
||||
|
||||
body,
|
||||
|
@ -31,6 +32,10 @@ html {
|
|||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
/* body {
|
||||
padding: 20px;
|
||||
} */
|
||||
|
||||
.grid-container {
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
|
@ -38,7 +43,7 @@ html {
|
|||
|
||||
select,
|
||||
input {
|
||||
display: inline-grid;
|
||||
display: inline-block;
|
||||
background-color: var(--second-bg-color);
|
||||
color: var(--text-color);
|
||||
margin: 5px auto;
|
||||
|
@ -63,4 +68,14 @@ label {
|
|||
|
||||
hr {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
||||
.note {
|
||||
font-size: 1.1rem;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.setting {
|
||||
display: block;
|
||||
margin: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue