diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-19 13:21:30 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-19 13:21:30 +0100 |
commit | 49d84a364d7ca0ec8e847cec70e35989d3564936 (patch) | |
tree | 9c733dce8039678f504b91915f0478d6cfff5059 | |
parent | 89b550735467a2b07bc69dbff4efbe3ebcaff08a (diff) | |
download | volse-hubzilla-49d84a364d7ca0ec8e847cec70e35989d3564936.tar.gz volse-hubzilla-49d84a364d7ca0ec8e847cec70e35989d3564936.tar.bz2 volse-hubzilla-49d84a364d7ca0ec8e847cec70e35989d3564936.zip |
css fixes
-rw-r--r-- | view/css/bootstrap-red.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 5fc836080..4f806a52d 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -13,9 +13,11 @@ nav .badge { left: -0.25rem; } } + @media screen and (max-width: 767px) { nav .badge { - right: 0px; + top: 0.5rem; + left: 1.5rem; } } @@ -36,6 +38,15 @@ nav .dropdown-menu { overflow: auto; } +nav.navbar { + max-height: 100vh; +} + +#navbar-collapse-2 { + overflow: auto; +} + + /* nav overrides end */ .wall-item-tools .dropdown-menu { |