Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michielpost committed Jun 30, 2024
1 parent bb22448 commit 62b30f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/aoWebWallet/Pages/MemeFrames.razor
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<CardHeaderAvatar>
@if (!string.IsNullOrEmpty(memeProcess.TokenProcess.Logo))
{
<MudAvatar Class="mr-3" Image="@UrlHelper.GetArweaveUrl(memeProcess.TokenProcess.Logo)" Size="Size.Large" />
<MudAvatar Class="mr-3" Size="Size.Large"><MudImage Src="@UrlHelper.GetArweaveUrl(memeProcess.TokenProcess.Logo)" /></MudAvatar>
}
else
{
Expand Down
6 changes: 5 additions & 1 deletion src/aoWebWallet/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ body {
height: 24px !important;
}

.mud-paper, .mud-tabs-toolbar {
.mud-paper, .mud-tabs-tabbar {
background-color: rgba(16,16,67,0.33) !important;
}

Expand All @@ -427,6 +427,10 @@ body {
background-color: rgba(16,16,67,1) !important;
}

.mud-list {
background-color: rgba(16,16,67,1) !important;
}

.float-right {
float:right;
}
Expand Down

0 comments on commit 62b30f4

Please sign in to comment.