diff options
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 422575639..11d50673d 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -274,6 +274,9 @@ .compose-form__upload-thumbnail { border-radius: 4px; + background-position: center; + background-size: cover; + background-repeat: no-repeat; height: 100px; width: 100%; } |