fix header profile on sidebar mobile
This commit is contained in:
parent
8a98958398
commit
05e4c2abb8
2 changed files with 15 additions and 16 deletions
|
|
@ -1,14 +1,11 @@
|
|||
<header ng-click="$root.go('profile')">
|
||||
<div class="photo-container left">
|
||||
<img gravatar-src="'{{$root.iden.getName()}}'" gravatar-size="35">
|
||||
<header ng-click="$root.go('profile')" class="text-center">
|
||||
<div class="photo-container">
|
||||
<img gravatar-src="'{{$root.iden.getName()}}'" gravatar-size="45">
|
||||
</div>
|
||||
<div class="col2 m5t">
|
||||
<div class="text-white ellipsis">{{$root.iden.getName()}}</div>
|
||||
<div class="m5t">
|
||||
<div class="text-white text-bold ellipsis size-14">{{$root.iden.getName()}}</div>
|
||||
<div class="text-gray size-10"> {{'View My Profile' | translate }} </div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<i class="icon-arrow-right3 size-16 db m15t text-white"></i>
|
||||
</div>
|
||||
</header>
|
||||
<div class="scroll-section">
|
||||
<ul class="sidebar-mobile-wallets oh off-canvas-list m10b" ng-show="wallets[0]">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue