PLT-4617 - UI Improvements to webrtc (#4946)

Этот коммит содержится в:
Asaad Mahmood
2017-01-04 03:13:37 +05:00
коммит произвёл Harrison Healey
родитель a71fc7ff7f
Коммит 3bc7445322
2 изменённых файлов: 4 добавлений и 10 удалений

Просмотреть файл

@@ -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%;
}