mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
minimum padding for ios header
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user