From 42b412530c2809c0f4ce500f8a9ae3ad1edf2c58 Mon Sep 17 00:00:00 2001 From: shiibe Date: Sat, 10 Sep 2022 12:06:08 -0400 Subject: [PATCH] Change favorite button alignment, add tooltip --- TaikoWebUI/Pages/PlayResults.razor | 36 +++++++++++++++++------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/TaikoWebUI/Pages/PlayResults.razor b/TaikoWebUI/Pages/PlayResults.razor index 63f6257..4e284a6 100644 --- a/TaikoWebUI/Pages/PlayResults.razor +++ b/TaikoWebUI/Pages/PlayResults.razor @@ -29,22 +29,26 @@ else - - - - - - @GameDataService.GetMusicNameBySongId(context.Item.SongId) - @GameDataService.GetMusicArtistBySongId(context.Item.SongId) - - + + + + @GameDataService.GetMusicNameBySongId(context.Item.SongId) + @GameDataService.GetMusicArtistBySongId(context.Item.SongId) + + + + + + + + + +