mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-07 09:20:04 +01:00
hardcoded AccountViewCell Avatar image to 40x40 to avoid current iOS/Android bugs where they fill much larger space.
This commit is contained in:
parent
d63a219272
commit
2e4da1b87d
@ -39,6 +39,8 @@
|
||||
Grid.Column="0"
|
||||
Source="{Binding AvatarImageSource}"
|
||||
HorizontalOptions="Center"
|
||||
HeightRequest="40"
|
||||
WidthRequest="40"
|
||||
Margin="10,0"
|
||||
VerticalOptions="Center" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user