diff options
author | mrjive <mrjive@mrjive.it> | 2018-04-19 09:51:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-19 09:51:58 +0200 |
commit | c8ff773b9609f723217712f0faf451238d41327d (patch) | |
tree | 4127afeee7d8a3b710863d9ad022fed2b82a8ebc /view/tpl/profile_tabs.tpl | |
parent | 283e5d3a5c9557195a640de5f0acefc884e904bb (diff) | |
parent | 92b08f1f07a25976342dc885331ecb1531e256aa (diff) | |
download | volse-hubzilla-c8ff773b9609f723217712f0faf451238d41327d.tar.gz volse-hubzilla-c8ff773b9609f723217712f0faf451238d41327d.tar.bz2 volse-hubzilla-c8ff773b9609f723217712f0faf451238d41327d.zip |
Merge pull request #9 from redmatrix/dev
Dev
Diffstat (limited to 'view/tpl/profile_tabs.tpl')
-rw-r--r-- | view/tpl/profile_tabs.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl index 72e98ae82..e77da23f3 100644 --- a/view/tpl/profile_tabs.tpl +++ b/view/tpl/profile_tabs.tpl @@ -1,4 +1,5 @@ -<div class="dropdown-header"><img src="{{$thumb}}" class="menu-img-1">{{$name}}</div> +<div class="dropdown-header text-white-50 d-lg-none" ><img src="{{$thumb}}" class="menu-img-1">{{$name}}</div> +<div class="dropdown-header text-black-50 d-none d-lg-block"><img src="{{$thumb}}" class="menu-img-1">{{$name}}</div> {{foreach $tabs as $tab}} <a class="dropdown-item{{if $tab.sel}} {{$tab.sel}}{{/if}}" href="{{$tab.url}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}><i class="fa fa-fw fa-{{$tab.icon}} generic-icons-nav"></i>{{$tab.label}}</a> {{/foreach}} |