fixes for latest bootstrap

This commit is contained in:
Mario Vavti
2017-03-28 15:41:12 +02:00
parent f05181322c
commit 171b6a222d
4 changed files with 30 additions and 24 deletions

View File

@@ -29,6 +29,11 @@ nav .badge {
height: 2.3rem;
}
.navbar-toggler-right {
padding: 0.2rem 0;
}
#navbar-collapse-1 i {
font-size: 1rem;
}
@@ -42,13 +47,14 @@ nav.navbar {
max-height: 100vh;
}
#navbar-collapse-2 {
flex-basis: 100%;
}
#navbar-collapse-2.show {
overflow: auto;
}
.navbar-toggler-right {
top: 0.5rem;
}
/* nav overrides end */
.wall-item-tools .dropdown-menu {