mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-26 12:16:07 +01:00
spacing for ios on options page
This commit is contained in:
parent
d81585ccc3
commit
3ec5d894b3
@ -19,7 +19,7 @@
|
|||||||
<ScrollView Padding="0, 0, 0, 20">
|
<ScrollView Padding="0, 0, 0, 20">
|
||||||
<StackLayout Padding="0" Spacing="20">
|
<StackLayout Padding="0" Spacing="20">
|
||||||
<StackLayout StyleClass="box">
|
<StackLayout StyleClass="box">
|
||||||
<StackLayout StyleClass="box-row, box-row-input">
|
<StackLayout StyleClass="box-row, box-row-input, box-row-input-options-platform">
|
||||||
<Label
|
<Label
|
||||||
Text="{u:I18n Theme}"
|
Text="{u:I18n Theme}"
|
||||||
StyleClass="box-label" />
|
StyleClass="box-label" />
|
||||||
@ -35,7 +35,7 @@
|
|||||||
x:Name="_themeDescriptionLabel" />
|
x:Name="_themeDescriptionLabel" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
<StackLayout StyleClass="box">
|
<StackLayout StyleClass="box">
|
||||||
<StackLayout StyleClass="box-row, box-row-input">
|
<StackLayout StyleClass="box-row, box-row-input, box-row-input-options-platform">
|
||||||
<Label
|
<Label
|
||||||
Text="{u:I18n DefaultUriMatchDetection}"
|
Text="{u:I18n DefaultUriMatchDetection}"
|
||||||
StyleClass="box-label" />
|
StyleClass="box-label" />
|
||||||
@ -50,7 +50,7 @@
|
|||||||
StyleClass="box-footer-label" />
|
StyleClass="box-footer-label" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
<StackLayout StyleClass="box">
|
<StackLayout StyleClass="box">
|
||||||
<StackLayout StyleClass="box-row, box-row-input">
|
<StackLayout StyleClass="box-row, box-row-input, box-row-input-options-platform">
|
||||||
<Label
|
<Label
|
||||||
Text="{u:I18n ClearClipboard}"
|
Text="{u:I18n ClearClipboard}"
|
||||||
StyleClass="box-label" />
|
StyleClass="box-label" />
|
||||||
|
@ -135,4 +135,9 @@
|
|||||||
<Setter Property="FontSize"
|
<Setter Property="FontSize"
|
||||||
Value="25" />
|
Value="25" />
|
||||||
</Style>
|
</Style>
|
||||||
|
<Style TargetType="StackLayout"
|
||||||
|
Class="box-row-input-options-platform">
|
||||||
|
<Setter Property="Padding"
|
||||||
|
Value="0, 10, 0, 5" />
|
||||||
|
</Style>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
Loading…
Reference in New Issue
Block a user