diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-21 22:59:44 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-06-24 16:00:42 +0200 |
commit | d7eb58005334f1bb38dd70f9538e765aee338480 (patch) | |
tree | 90c60350d93c5d7a24ff87aded5438153efbe9a6 /app/javascript/flavours/glitch/styles/components | |
parent | 967456b6a9ef34d8ffc386b89993d790c26089e1 (diff) |
[Glitch] Add media description as title to links of unknown media attachments
Port front-end changes from 49ebda4d49af50b375126e4a8285686fb6448a60 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/composer.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss index c06d79ffc..3eb5551c6 100644 --- a/app/javascript/flavours/glitch/styles/components/composer.scss +++ b/app/javascript/flavours/glitch/styles/components/composer.scss @@ -370,6 +370,7 @@ border-radius: 4px; height: 140px; width: 100%; + background-color: $base-shadow-color; background-position: center; background-size: cover; background-repeat: no-repeat; |