We should hide the username for X-small browsers

This commit is contained in:
Sam Georges 2014-07-28 19:25:19 +10:00
parent 4fa00f1c7b
commit 62fdfbca8f
1 changed files with 3 additions and 1 deletions

View File

@ -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">