lots of stuff

This commit is contained in:
2020-11-05 18:48:22 +00:00
parent 0cb4f3af8d
commit 03588c4c55
13 changed files with 350 additions and 24 deletions

View File

@@ -58,7 +58,6 @@ input {
}
img {
max-height: 12em;
max-width: 100%;
margin: 0;
}
@@ -73,6 +72,10 @@ label {
font-weight: bold;
}
select {
width: 100%;
}
textarea {
height: 15em;
padding: 0.5em;
@@ -94,6 +97,12 @@ textarea {
margin-top: 0;
}
.half {
display: inline-block;
text-align: left;
width: 50%;
}
.image-container {
height: 46vh;
text-align: left;
@@ -114,3 +123,10 @@ textarea {
#crop canvas {
height: 32vh;
}
#preview {
width: 256px;
height: 256px;
image-rendering: pixelated;
image-rendering: crisp-edges;
}