diff --git a/public/css/vroom.css b/public/css/vroom.css index 2bd2d4c..c84bd59 100644 --- a/public/css/vroom.css +++ b/public/css/vroom.css @@ -15,7 +15,7 @@ text-align: center; } #mainVideo video { - width: 90% !important; + width: 100% !important; height: auto; } .previewContainer{ @@ -96,6 +96,9 @@ #roomToolBar { overflow: visible !important; } +#toolbar{ + margin-bottom: 8px !important; +} .dropdown-menu { min-width: 400px; }