Fix white line on user details screen

This commit is contained in:
WorkMac 2017-05-19 16:58:14 +03:00
Родитель c98a05eed3
Коммит 5c9854304e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@
</ActionBarExtension>
<StackLayout *ngIf="user">
<AbsoluteLayout width="100%" height="130">
<AbsoluteLayout width="100%" height="150">
<StackLayout left="0" top="60" width="100%" height="90" class="user-pad"></StackLayout>
<StackLayout left="0" top="0" width="100%" class="user">
<photo-picker [url]="user.ImageUrl" [type]="'user'" [noImageIcon]="'&#x46;'"></photo-picker>