aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2017-11-08 08:57:30 +0100
committerMario <mario@mariovavti.com>2017-11-11 20:25:52 +0100
commit129e6bddde7ec6dd27dd3d1be5f16c2619c97887 (patch)
tree8bfc178e5fc1b7c09ce9a0578381f9899e4e04b7 /view/theme
parent8260817cf702382d27a7d5006eea2c172a09b798 (diff)
downloadvolse-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.css5
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;
}