diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-04 22:11:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-04 22:11:18 +0200 |
commit | 6f88d5e92be06ad8fa61f900e8a4fb41ba54135e (patch) | |
tree | 525c291cd4611b0cbb481bb928d1c653cfa6a700 /view/css | |
parent | 295ed07d40ea330ef438d9cad8fe3af8fd265507 (diff) | |
download | volse-hubzilla-6f88d5e92be06ad8fa61f900e8a4fb41ba54135e.tar.gz volse-hubzilla-6f88d5e92be06ad8fa61f900e8a4fb41ba54135e.tar.bz2 volse-hubzilla-6f88d5e92be06ad8fa61f900e8a4fb41ba54135e.zip |
introduce shared files notifications
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index e0018989d..fb6ea911e 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -7,6 +7,10 @@ nav .badge { font-size: 0.75rem; } +nav .dropdown-menu { + min-width: 16rem; +} + @media screen and (min-width: 767px) { nav .badge { top: 0px; |