mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
better sizing on btn title
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user