1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

Adjusted some spacing on about and settings

This commit is contained in:
Kyle Spearrin
2016-07-30 00:16:40 -04:00
parent 9e314233d5
commit 7060ee838c
2 changed files with 48 additions and 38 deletions

View File

@@ -35,7 +35,7 @@ namespace Bit.App.Pages
{
Children = { logo, versionLabel },
Spacing = 20,
Padding = new Thickness(0, 40)
Padding = new Thickness(0, 40, 0, 0)
};
var creditsCell = new ExtendedTextCell
@@ -49,7 +49,6 @@ namespace Bit.App.Pages
{
VerticalOptions = LayoutOptions.Start,
EnableScrolling = false,
NoHeader = true,
Intent = TableIntent.Settings,
HasUnevenRows = true,
Root = new TableRoot