summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-01-04 07:46:11 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-01-04 07:46:11 -0500
commitd4c4037f84c4bc3789a7ef91fe37d64e11bc0628 (patch)
tree77c63620b8a6fb2e891235c50a04dae1728ec090 /web/sass-files/sass/partials/_modal.scss
parent59a3d6e725bef710858a17566af17c50e7c68b7e (diff)
parentf095e772b4486cf09bbbb8880ea3375c6a5bbf7d (diff)
downloadchat-d4c4037f84c4bc3789a7ef91fe37d64e11bc0628.tar.gz
chat-d4c4037f84c4bc3789a7ef91fe37d64e11bc0628.tar.bz2
chat-d4c4037f84c4bc3789a7ef91fe37d64e11bc0628.zip
Merge pull request #1800 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index 6f70e502f..7627f6a4c 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -229,6 +229,12 @@
height: 80%;
}
+ audio, canvas, progress, video {
+ max-width: 100%;
+ height: auto;
+ display: block;
+ }
+
.modal-close {
background: url("../images/close.png") no-repeat;
@include background-size(100% 100%);