diff options
author | Mario <mario@mariovavti.com> | 2023-09-10 08:00:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-10 08:00:18 +0000 |
commit | 0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1 (patch) | |
tree | c091dfac3e1b5743bb50a7bf7165ae226e0543b8 /view/tpl/navbar_default.tpl | |
parent | a88236b36fc9828e6dccbbc044aa37b2f7b46581 (diff) | |
download | volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.tar.gz volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.tar.bz2 volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.zip |
theme fixes to make a barebones theme work slightly better
Diffstat (limited to 'view/tpl/navbar_default.tpl')
-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 ea8723e8b..c6f350b09 100644 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -4,7 +4,7 @@ <div class="d-flex" style="max-width: 50%"> <div class="dropdown"> <div class="cursor-pointer usermenu" data-bs-toggle="dropdown"> - <img id="avatar" src="{{$userinfo.icon}}" alt="{{$userinfo.name}}"> + <img id="avatar" src="{{$userinfo.icon}}" alt="{{$userinfo.name}}" class="rounded"> <i class="navbar-text fa fa-caret-down"></i> </div> {{if $is_owner}} |