css hack to make remote channel menu header look in line with the rest if in collapsed state

This commit is contained in:
Mario Vavti 2017-05-05 14:40:35 +02:00
parent af7a3fc2ea
commit 54d55fb62f

View File

@ -55,6 +55,12 @@ nav .dropdown-menu {
overflow: auto;
}
#navbar-collapse-2.collapsing .dropdown-header,
#navbar-collapse-2.show .dropdown-header {
padding: 0.5rem 0.1rem;
}
.navbar-inverse .navbar-toggler {
color: rgba(255,255,255,1);
}