diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-19 17:06:55 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-19 17:06:55 +0100 |
commit | a0245f3e9307f4b1d195b764bd9956fb85058769 (patch) | |
tree | 7cb7bd4b24c7190ca47044719448639793bbbd17 /view/css | |
parent | c85f1a208d461fad1d5d2b4d091f026d924a9a63 (diff) | |
download | volse-hubzilla-a0245f3e9307f4b1d195b764bd9956fb85058769.tar.gz volse-hubzilla-a0245f3e9307f4b1d195b764bd9956fb85058769.tar.bz2 volse-hubzilla-a0245f3e9307f4b1d195b764bd9956fb85058769.zip |
css fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 4f806a52d..bcc75a9da 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -46,7 +46,9 @@ nav.navbar { overflow: auto; } - +.navbar-toggler-right { + top: 0.5rem; +} /* nav overrides end */ .wall-item-tools .dropdown-menu { |