lots of stuff
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user