diff options
author | Ben Lubar <ben.lubar@gmail.com> | 2019-02-13 12:51:33 -0600 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-02-17 15:19:12 +0100 |
commit | fa9635c7417361104342e9c108c08ed821634167 (patch) | |
tree | 8323b5ad25de5a4469d526d06510818d58b53ec1 /app/javascript/flavours/glitch/styles | |
parent | a2b4b82f0fdcae4757d169c706262926f4e53c6b (diff) |
Allow multi-line image descriptions. (Glitch)
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/composer.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss index 2267b798c..fa24cabf2 100644 --- a/app/javascript/flavours/glitch/styles/components/composer.scss +++ b/app/javascript/flavours/glitch/styles/components/composer.scss @@ -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 } } } } |