formatting

This commit is contained in:
2022-03-30 22:27:10 +08:00
parent bc076bd336
commit 528daa84fb
25 changed files with 1480 additions and 1382 deletions

View File

@@ -1,31 +1,31 @@
.config-ui-header {
text-align: center;
top: 1em;
position: sticky;
text-align: center;
top: 1em;
position: sticky;
}
.config-description {
font-size: 0.75em;
font-size: 0.75em;
}
.config-select {
height: 2em;
height: 2em;
}
.config-textarea {
margin-top: 0.5em;
width: 100%;
max-width: 100%;
min-width: 100%;
height: 7em;
min-height: 2em;
margin-top: 0.5em;
width: 100%;
max-width: 100%;
min-width: 100%;
height: 7em;
min-height: 2em;
}
.bg-preview {
height: 18em;
width: 32em;
max-height: 60vh;
max-width: 100%;
margin: .5em auto 1em;
box-shadow: 0 1px 5px rgba(0,0,0,.4);
height: 18em;
width: 32em;
max-height: 60vh;
max-width: 100%;
margin: 0.5em auto 1em;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}