mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
fix for small gap at the top of send list when not disabled by policy (#1297)
This commit is contained in:
@@ -73,9 +73,10 @@
|
|||||||
GroupTemplate="{StaticResource sendGroupTemplate}" />
|
GroupTemplate="{StaticResource sendGroupTemplate}" />
|
||||||
|
|
||||||
<StackLayout x:Key="mainLayout" x:Name="_mainLayout">
|
<StackLayout x:Key="mainLayout" x:Name="_mainLayout">
|
||||||
<StackLayout StyleClass="box">
|
<StackLayout
|
||||||
<Frame
|
|
||||||
IsVisible="{Binding SendEnabled, Converter={StaticResource inverseBool}}"
|
IsVisible="{Binding SendEnabled, Converter={StaticResource inverseBool}}"
|
||||||
|
StyleClass="box">
|
||||||
|
<Frame
|
||||||
Padding="10"
|
Padding="10"
|
||||||
Margin="0, 12, 0, 6"
|
Margin="0, 12, 0, 6"
|
||||||
HasShadow="False"
|
HasShadow="False"
|
||||||
|
|||||||
Reference in New Issue
Block a user