mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
fix padding between sync button and last sync timestamp (#1571)
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
</StackLayout>
|
</StackLayout>
|
||||||
<StackLayout StyleClass="box">
|
<StackLayout StyleClass="box">
|
||||||
<Button Text="{u:I18n SyncVaultNow}" Clicked="Sync_Clicked"></Button>
|
<Button Text="{u:I18n SyncVaultNow}" Clicked="Sync_Clicked"></Button>
|
||||||
<Label StyleClass="text-muted, text-sm" HorizontalTextAlignment="Center">
|
<Label StyleClass="text-muted, text-sm" HorizontalTextAlignment="Center" Margin="0,10">
|
||||||
<Label.FormattedText>
|
<Label.FormattedText>
|
||||||
<FormattedString>
|
<FormattedString>
|
||||||
<Span Text="{u:I18n LastSync}" />
|
<Span Text="{u:I18n LastSync}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user