diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-28 15:41:12 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-28 15:41:12 +0200 |
commit | 171b6a222d164e157ebaaba6ee177ccbb6c14514 (patch) | |
tree | f6409938ca13855ee02c9c1c7f9994380056f2e3 /view/css | |
parent | f05181322cf08539fb147bbd5f6edfb93c254b7e (diff) | |
download | volse-hubzilla-171b6a222d164e157ebaaba6ee177ccbb6c14514.tar.gz volse-hubzilla-171b6a222d164e157ebaaba6ee177ccbb6c14514.tar.bz2 volse-hubzilla-171b6a222d164e157ebaaba6ee177ccbb6c14514.zip |
fixes for latest bootstrap
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 4cfd3d635..c8da05787 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -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 { |