1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-28 01:39:29 +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;
}
#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;
}