about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss
diff options
context:
space:
mode:
authorTakeshi Umeda <noel.yoshiba@gmail.com>2019-06-02 17:05:54 +0900
committermultiple creatures <dev@multiple-creature.party>2020-02-22 01:27:57 -0600
commit957d51312c9708d4d2e5f476719ce06c7b039958 (patch)
tree76b2e27a432ff3d96ba3ce46e669418189c7297b /app/javascript/flavours/glitch/styles/mastodon-light/diff.scss
parentd105cb4a1e356bb54d0ad067aea76b11115b9408 (diff)
port glitch-soc@`1329308` to monsterfork: [Glitch] Improvement variable height in single column layout
Port d93b82af87de90eaa29eb54a423722fb9fb45b38 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/mastodon-light/diff.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/mastodon-light/diff.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss
index 3e4a15c9f..7da8edbde 100644
--- a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss
+++ b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss
@@ -125,7 +125,7 @@
 // Change the default color of several parts of the compose form
 .composer {
 
-  .composer--spoiler input, .composer--textarea textarea {
+  .composer--spoiler input, .compose-form__autosuggest-wrapper textarea {
     color: lighten($ui-base-color, 80%);
 
     &:disabled { background: lighten($simple-background-color, 10%) }