diff options
author | Mario <mario@mariovavti.com> | 2017-11-08 08:57:30 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-11-08 08:57:30 +0100 |
commit | 9d584fc72062422ec38a6321aedb7ca43f4ea429 (patch) | |
tree | 4fa237a7d7739cd45d3a372925926388404ba646 /view/theme/redbasic | |
parent | b5d4acf10a49980035f89d37440ae41a574df5a0 (diff) | |
download | volse-hubzilla-9d584fc72062422ec38a6321aedb7ca43f4ea429.tar.gz volse-hubzilla-9d584fc72062422ec38a6321aedb7ca43f4ea429.tar.bz2 volse-hubzilla-9d584fc72062422ec38a6321aedb7ca43f4ea429.zip |
truncate nav-app-link if appropriate
Diffstat (limited to 'view/theme/redbasic')
-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 0fe823b7e..22a619959 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1262,6 +1262,11 @@ img.mail-conv-sender-photo { white-space: nowrap; } +#nav-app-link-wrapper { + min-width: 0; + flex-basis: 25%; +} + .page-title { margin: 7px 0px; } |