mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
fix padding between sync button and last sync timestamp (#1571)
This commit is contained in:
parent
3eec349038
commit
9e9e2e12d8
1 changed files with 1 additions and 1 deletions
|
@ -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}" />
|
||||||
|
|
Loading…
Reference in a new issue