summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-01-04 03:13:37 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-01-03 17:13:37 -0500
commit3bc7445322623028bad633a58668abe7b3eefe8c (patch)
treec9135a79ffe151654bf1af93eec30bbf2c00c0bc /webapp/sass/components
parenta71fc7ff7f9c5a04771b003c1cd195c5bc75336c (diff)
downloadchat-3bc7445322623028bad633a58668abe7b3eefe8c.tar.gz
chat-3bc7445322623028bad633a58668abe7b3eefe8c.tar.bz2
chat-3bc7445322623028bad633a58668abe7b3eefe8c.zip
PLT-4617 - UI Improvements to webrtc (#4946)
Diffstat (limited to 'webapp/sass/components')
-rw-r--r--webapp/sass/components/_webrtc.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/sass/components/_webrtc.scss b/webapp/sass/components/_webrtc.scss
index d53737b78..53135bd4c 100644
--- a/webapp/sass/components/_webrtc.scss
+++ b/webapp/sass/components/_webrtc.scss
@@ -141,7 +141,7 @@
&.full {
background: $black;
border: none;
- height: 80%;
+ height: 100%;
max-width: 100% !important;
right: 0;
top: 0;
@@ -319,7 +319,7 @@
.sidebar--right--expanded {
#videos {
- height: 100%;
+ height: calc(100% - 90px);
position: absolute;
#main-video {
@@ -333,7 +333,7 @@
}
.webrtc-buttons {
- bottom: 5px;
+ bottom: 15px;
position: absolute;
width: 100%;
}