1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-30 07:13:41 +02:00

Reduce padding under the nav

SO we can use more space for the main video
This commit is contained in:
Daniel Berteaud 2014-06-08 22:20:26 +02:00
parent 5658c6db4e
commit ac2bffca01

View File

@ -15,7 +15,7 @@
text-align: center; text-align: center;
} }
#mainVideo video { #mainVideo video {
width: 90% !important; width: 100% !important;
height: auto; height: auto;
} }
.previewContainer{ .previewContainer{
@ -96,6 +96,9 @@
#roomToolBar { #roomToolBar {
overflow: visible !important; overflow: visible !important;
} }
#toolbar{
margin-bottom: 8px !important;
}
.dropdown-menu { .dropdown-menu {
min-width: 400px; min-width: 400px;
} }