diff options
author | Mario <mario@mariovavti.com> | 2017-11-08 08:57:30 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-11-11 20:25:52 +0100 |
commit | 129e6bddde7ec6dd27dd3d1be5f16c2619c97887 (patch) | |
tree | 8bfc178e5fc1b7c09ce9a0578381f9899e4e04b7 /view/theme | |
parent | 8260817cf702382d27a7d5006eea2c172a09b798 (diff) | |
download | volse-hubzilla-129e6bddde7ec6dd27dd3d1be5f16c2619c97887.tar.gz volse-hubzilla-129e6bddde7ec6dd27dd3d1be5f16c2619c97887.tar.bz2 volse-hubzilla-129e6bddde7ec6dd27dd3d1be5f16c2619c97887.zip |
truncate nav-app-link if appropriate
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d67fc4379..1e44d5ed8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1257,6 +1257,11 @@ img.mail-conv-sender-photo { white-space: nowrap; } +#nav-app-link-wrapper { + min-width: 0; + flex-basis: 25%; +} + .page-title { margin: 7px 0px; } |