summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_videos.scss
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-22 08:45:28 -0400
committerJoramWilander <jwawilander@gmail.com>2015-10-23 08:03:31 -0400
commitd4f1f981a5143663e03a1daab8105cc11b39820d (patch)
treef5f4b15659716cf1c07b2d5b5b0217f4c0c1f35b /web/sass-files/sass/partials/_videos.scss
parent02a6f6b2cd4c0a6bf32b23961557c385039ae2f2 (diff)
downloadchat-d4f1f981a5143663e03a1daab8105cc11b39820d.tar.gz
chat-d4f1f981a5143663e03a1daab8105cc11b39820d.tar.bz2
chat-d4f1f981a5143663e03a1daab8105cc11b39820d.zip
Auto-embed gifs from .gif links
Diffstat (limited to 'web/sass-files/sass/partials/_videos.scss')
-rw-r--r--web/sass-files/sass/partials/_videos.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_videos.scss b/web/sass-files/sass/partials/_videos.scss
index 6ae5b488b..f6999d15c 100644
--- a/web/sass-files/sass/partials/_videos.scss
+++ b/web/sass-files/sass/partials/_videos.scss
@@ -50,3 +50,11 @@
border-bottom:36px solid transparent;
border-left:60px solid rgba(255,255,255,0.4);
}
+
+.gif-div {
+ position:relative;
+ max-width: 450px;
+ max-height: 500px;
+ margin-bottom: 8px;
+ border-radius:5px
+}