Skip to content

Commit

Permalink
improve experience
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezi committed May 24, 2024
1 parent d725d15 commit 58cbd58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aoWebWallet/Shared/Components/AppListItem.razor
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<MudItem xs="12" sm="3" Class="pb-0">
<MudPaper Elevation="2" Class="pa-6">
<MudStack>
<MudLink Href="@Link" Target="_blank">
<MudLink Class="hover-here" Href="@Link" Target="_blank">
<MudIcon Icon="@Icons.Material.Filled.ArrowOutward" Class="float-right" Color="Color.Primary" />
<MudStack AlignItems="AlignItems.Center">
<MudAvatar Size="Size.Large">
<MudImage Src="@Logo" Alt="@Name" Elevation="25" />
</MudAvatar>
</MudStack>
<MudText Class="my-2">@Name - @Description</MudText>
<MudIcon Icon="@Icons.Material.Filled.ArrowOutward" Class="float-right" Color="Color.Primary" />
</MudLink>
</MudStack>
</MudPaper>
Expand Down
5 changes: 5 additions & 0 deletions src/aoWebWallet/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,3 +422,8 @@ body {
.float-right {
float:right;
}


.hover-here:hover > svg.float-right {
background: white;
}

0 comments on commit 58cbd58

Please sign in to comment.