Allow multi-line image descriptions. (Glitch)

This commit is contained in:
Ben Lubar
2019-02-13 12:51:33 -06:00
committed by ThibG
parent a2b4b82f0f
commit fa9635c741
2 changed files with 3 additions and 4 deletions

View File

@ -262,7 +262,7 @@
background-repeat: no-repeat;
overflow: hidden;
input {
textarea {
display: block;
position: absolute;
box-sizing: border-box;
@ -294,7 +294,7 @@
&.active {
& > div {
input { opacity: 1 }
textarea { opacity: 1 }
}
}
}