summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_videos.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-11-03 13:24:39 -0800
committerCorey Hulen <corey@hulen.com>2015-11-03 13:24:39 -0800
commit3656ba5344cdaa26a5563323f3fe8cb179fac6dd (patch)
treea8fc23009f1c4645a4c533f6fcc7b101af0040af /web/sass-files/sass/partials/_videos.scss
parent1904a57891d92e84e90c197249fa8497dcee1d9d (diff)
parentb1a8cf6fc56d25b5e3f5425d06c52d379b900ebc (diff)
downloadchat-3656ba5344cdaa26a5563323f3fe8cb179fac6dd.tar.gz
chat-3656ba5344cdaa26a5563323f3fe8cb179fac6dd.tar.bz2
chat-3656ba5344cdaa26a5563323f3fe8cb179fac6dd.zip
Merge pull request #1290 from mattermost/fixed-embed-height
PLT-991 Fixing height of embeded images
Diffstat (limited to 'web/sass-files/sass/partials/_videos.scss')
-rw-r--r--web/sass-files/sass/partials/_videos.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_videos.scss b/web/sass-files/sass/partials/_videos.scss
index f6999d15c..bcfc28f19 100644
--- a/web/sass-files/sass/partials/_videos.scss
+++ b/web/sass-files/sass/partials/_videos.scss
@@ -56,5 +56,8 @@
max-width: 450px;
max-height: 500px;
margin-bottom: 8px;
- border-radius:5px
+ border-radius:5px;
+ &.placeholder {
+ height: 500px;
+ }
}