diff --git a/static/sfu.css b/static/sfu.css index 380cc47..c37ac8c 100644 --- a/static/sfu.css +++ b/static/sfu.css @@ -1032,8 +1032,7 @@ header .collapse { /* END Sidebar Left */ -/*@media only screen and (max-width: 768px) {*/ -@media only screen and (max-device-width: 768px) { +@media only screen and (max-device-width: 1024px) { .nav-link { margin: 0; line-height: 1.5; diff --git a/static/sfu.js b/static/sfu.js index b2e0e20..4dd51d6 100644 --- a/static/sfu.js +++ b/static/sfu.js @@ -462,6 +462,7 @@ document.getElementById('sharebutton').onclick = function(e) { document.getElementById('unsharebutton').onclick = function(e) { e.preventDefault(); delUpMediaKind('screenshare'); + resizePeers(); } /** @returns {number} */