From ac2bffca01844f93dc5264ac08909c70942b9af8 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 8 Jun 2014 22:20:26 +0200 Subject: [PATCH] Reduce padding under the nav SO we can use more space for the main video --- public/css/vroom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }