Merge branch 'develop' of github.com:havfo/multiparty-meeting into feat/app-fullscreen

* 'develop' of github.com:havfo/multiparty-meeting:
  Fix number of boxes being counted in updateDimensions
  fix: fullscreenbutton on screenshare
  rollback updateDimensions to counting video elements instead of peers(needed fixes screensharing)
This commit is contained in:
Torjus
2018-07-19 10:19:27 +02:00
3 changed files with 24 additions and 19 deletions
-1
View File
@@ -7,7 +7,6 @@
flex-direction: column;
overflow: hidden;
background-color: rgba(#2a4b58, 0.9);
background-image: url('/resources/images/buddy.svg');
background-position: bottom;
background-size: auto 85%;
background-repeat: no-repeat;