diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-14 18:31:19 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-14 18:31:19 +0100 |
commit | a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5 (patch) | |
tree | 494ff430a32c8ef06151afa8881b211c79ce0569 /view/css | |
parent | 7b9df1d40101cff801208b8dbcf8c8c0bc42365e (diff) | |
download | volse-hubzilla-a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5.tar.gz volse-hubzilla-a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5.tar.bz2 volse-hubzilla-a0a376e95e78e4c1ac9fb5da30f46cea0b4d0de5.zip |
hide nav search behind a button, css fixes and cleanup
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 356d0ae9c..77ec1f5cb 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -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; } |