We should hide the username for X-small browsers
This commit is contained in:
parent
4fa00f1c7b
commit
62fdfbca8f
|
|
@ -35,7 +35,9 @@
|
|||
<li class="highlight account">
|
||||
<a href="<?= Backend::url('system/settings/mysettings') ?>">
|
||||
<img src="<?= $this->user->getAvatarThumb() ?>">
|
||||
<?= e($this->user->first_name.' '.$this->user->last_name) ?>
|
||||
<span class="hidden-xs">
|
||||
<?= e($this->user->first_name.' '.$this->user->last_name) ?>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="icon power-off">
|
||||
|
|
|
|||
Loading…
Reference in New Issue