summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_videos.scss
diff options
context:
space:
mode:
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;
+ }
}