From d725d154fe95f23e71a0d52396f7404450bc1849 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 24 May 2024 12:31:52 +0100 Subject: [PATCH] improve AppListItems display structure --- src/aoWebWallet/Pages/Apps.razor | 6 +----- .../Shared/Components/AppListItem.razor | 20 ++++++++++--------- src/aoWebWallet/wwwroot/css/app.css | 4 ++++ 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/aoWebWallet/Pages/Apps.razor b/src/aoWebWallet/Pages/Apps.razor index ca36059..fdf0c90 100644 --- a/src/aoWebWallet/Pages/Apps.razor +++ b/src/aoWebWallet/Pages/Apps.razor @@ -7,10 +7,7 @@ Apps -
- A list of friends of aoWebWallet. Use your tokens and explore the ao ecosystem. -
-
+ A list of friends of aoWebWallet. Use your tokens and explore the ao ecosystem. -
diff --git a/src/aoWebWallet/Shared/Components/AppListItem.razor b/src/aoWebWallet/Shared/Components/AppListItem.razor index 12d14e2..8d27ecb 100644 --- a/src/aoWebWallet/Shared/Components/AppListItem.razor +++ b/src/aoWebWallet/Shared/Components/AppListItem.razor @@ -1,13 +1,15 @@ - - + + - - - - - - @Name - @Description - @Link + + + + + + + @Name - @Description + + diff --git a/src/aoWebWallet/wwwroot/css/app.css b/src/aoWebWallet/wwwroot/css/app.css index 9de43bb..c62bfd1 100644 --- a/src/aoWebWallet/wwwroot/css/app.css +++ b/src/aoWebWallet/wwwroot/css/app.css @@ -418,3 +418,7 @@ body { .mud-list.mud-list-padding, .mud-dialog { background-color: rgba(16,16,67,1) !important; } + +.float-right { + float:right; +}