1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-26 21:23:46 +00:00

list no folder items on my vault when no collects.

This commit is contained in:
Kyle Spearrin
2017-12-20 13:55:59 -05:00
parent 4054519f38
commit 54161aaf39
2 changed files with 23 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ namespace Bit.App.Controls
var stackLayout = new StackLayout
{
Spacing = 0,
Padding = new Thickness(16, 8),
Padding = new Thickness(16, 10),
Children = { Icon, Label, CountLabel },
Orientation = StackOrientation.Horizontal
};