diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-09 17:49:15 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-09 17:49:15 +0200 |
commit | f99c007187b83755d7b1c80c63fde7c1162a99c4 (patch) | |
tree | f2d04b55b56d9011478f48209553aba5e8255ab5 /view/theme/redbasic/css | |
parent | 54a06903230ad87570b3a37161fa888dd38cb389 (diff) | |
download | volse-hubzilla-f99c007187b83755d7b1c80c63fde7c1162a99c4.tar.gz volse-hubzilla-f99c007187b83755d7b1c80c63fde7c1162a99c4.tar.bz2 volse-hubzilla-f99c007187b83755d7b1c80c63fde7c1162a99c4.zip |
new notification changes - use sticky_kit instead of position fixed
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index de6f8dac1..a912fb825 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -161,6 +161,10 @@ nav { filter:alpha(opacity=$nav_percent_min_opacity); } +#nav-app-link { + white-space: nowrap; +} + #powered-by { font-size: 0.5rem; position: absolute; |