diff --git a/static/css/webrtc.css b/static/css/webrtc.css index 0ed84e77..68c7ded1 100644 --- a/static/css/webrtc.css +++ b/static/css/webrtc.css @@ -1,7 +1,7 @@ #rtcbox { display: none; flex-direction: column; - justify-content: center; + justify-content: start; padding: 0; order: -1; /* on left side */ box-sizing: border-box; @@ -9,6 +9,9 @@ height: auto; overflow: auto; } +@media (min-width: 1000px) { + padding: 20px 0; +} #rtcbox .error-msg { padding: 10px; @@ -114,4 +117,4 @@ margin-top: 0; margin-left: 5px; } -} \ No newline at end of file +}