mirror of
https://github.com/bitwarden/mobile.git
synced 2025-03-02 03:31:07 +01:00
better sizing on btn title
This commit is contained in:
parent
2816e72aa9
commit
51ee93eca0
@ -29,7 +29,7 @@
|
|||||||
Spacing="0"
|
Spacing="0"
|
||||||
Padding="0">
|
Padding="0">
|
||||||
<controls:MiButton
|
<controls:MiButton
|
||||||
StyleClass="btn-title"
|
StyleClass="btn-title, btn-title-platform"
|
||||||
Text=""
|
Text=""
|
||||||
VerticalOptions="CenterAndExpand"
|
VerticalOptions="CenterAndExpand"
|
||||||
Clicked="BackButton_Clicked" />
|
Clicked="BackButton_Clicked" />
|
||||||
|
@ -19,6 +19,17 @@
|
|||||||
Value="25" />
|
Value="25" />
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
|
<!-- Title -->
|
||||||
|
|
||||||
|
<Style TargetType="Button"
|
||||||
|
Class="btn-title-platform"
|
||||||
|
ApplyToDerivedTypes="True">
|
||||||
|
<Setter Property="WidthRequest"
|
||||||
|
Value="28" />
|
||||||
|
<Setter Property="FontSize"
|
||||||
|
Value="24" />
|
||||||
|
</Style>
|
||||||
|
|
||||||
<!-- List -->
|
<!-- List -->
|
||||||
|
|
||||||
<Style TargetType="ListView"
|
<Style TargetType="ListView"
|
||||||
|
@ -77,10 +77,6 @@
|
|||||||
Value="Transparent" />
|
Value="Transparent" />
|
||||||
<Setter Property="Padding"
|
<Setter Property="Padding"
|
||||||
Value="0" />
|
Value="0" />
|
||||||
<Setter Property="WidthRequest"
|
|
||||||
Value="37" />
|
|
||||||
<Setter Property="FontSize"
|
|
||||||
Value="25" />
|
|
||||||
<Setter Property="TextColor"
|
<Setter Property="TextColor"
|
||||||
Value="{StaticResource TitleTextColor}" />
|
Value="{StaticResource TitleTextColor}" />
|
||||||
</Style>
|
</Style>
|
||||||
|
Loading…
Reference in New Issue
Block a user