hide nav search behind a button, css fixes and cleanup

This commit is contained in:
Mario Vavti
2017-03-14 18:31:19 +01:00
parent 7b9df1d401
commit a0a376e95e
11 changed files with 47 additions and 115 deletions

View File

@@ -17,18 +17,17 @@ nav .badge {
font-size: 1rem;
}
/* nav overrides end */
#navbar-collapse-2.show {
max-height: 100vh;
overflow: auto;
}
nav .dropdown-menu {
max-height: 70vh;
overflow: auto;
}
nav .navbar-collapse.in .dropdown-menu {
max-height: none;
overflow: none;
}
/* nav overrides end */
.wall-item-tools .dropdown-menu {
min-width: auto;
@@ -38,10 +37,6 @@ code {
white-space: normal;
}
.form-control {
font-size: unset;
}
.panel-group {
margin-bottom: 0px;
}