mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
minimum padding for ios header
This commit is contained in:
parent
615a7670bd
commit
f79efadd82
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace Bit.App.Controls
|
||||||
|
|
||||||
var stackLayout = new StackLayout
|
var stackLayout = new StackLayout
|
||||||
{
|
{
|
||||||
Padding = padding ?? new Thickness(16, Helpers.OnPlatform(5, 8, 8, 8)),
|
Padding = padding ?? new Thickness(16, Helpers.OnPlatform(2, 8, 8, 8)),
|
||||||
Children = { label },
|
Children = { label },
|
||||||
Orientation = StackOrientation.Horizontal
|
Orientation = StackOrientation.Horizontal
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue