diff options
author | Mario <mario@mariovavti.com> | 2023-04-14 06:04:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-04-14 06:04:44 +0000 |
commit | dd1f9494f1f520e30ee85a86129e982c509e9f5e (patch) | |
tree | 5f593b080c63a098e7fb8c30af49561816ce8267 /view | |
parent | 20f4538db4fdfe74c060670caf46a754f856313e (diff) | |
download | volse-hubzilla-dd1f9494f1f520e30ee85a86129e982c509e9f5e.tar.gz volse-hubzilla-dd1f9494f1f520e30ee85a86129e982c509e9f5e.tar.bz2 volse-hubzilla-dd1f9494f1f520e30ee85a86129e982c509e9f5e.zip |
css fix
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/navbar_default.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index ca61bcb8e..c0bcd02c2 100644 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -183,7 +183,7 @@ </div> <div class="nav d-lg-flex w-100"></div> {{else}} - <div class="lh-sm w-100" id="app-bin-label"> + <div class="lh-sm w-75" id="app-bin-label"> {{if $name}} <img src="{{$thumb}}" class="menu-img-3"> <div class="p-1"> |