mirror of
https://github.com/bitwarden/mobile
synced 2026-01-10 12:33:28 +00:00
more button on cipher listing
This commit is contained in:
@@ -97,6 +97,18 @@
|
||||
<Setter Property="TextColor"
|
||||
Value="{StaticResource MutedColor}" />
|
||||
</Style>
|
||||
<Style TargetType="ImageButton"
|
||||
ApplyToDerivedTypes="True"
|
||||
Class="list-button">
|
||||
<Setter Property="BackgroundColor"
|
||||
Value="Transparent" />
|
||||
<Setter Property="Padding"
|
||||
Value="0" />
|
||||
<Setter Property="HorizontalOptions"
|
||||
Value="End" />
|
||||
<Setter Property="VerticalOptions"
|
||||
Value="CenterAndExpand" />
|
||||
</Style>
|
||||
|
||||
<!-- Box -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user