From f3f6e2ea518d89724e9f570fe58c88c6353eb190 Mon Sep 17 00:00:00 2001 From: shiibe Date: Sat, 10 Sep 2022 12:06:08 -0400 Subject: [PATCH] Change favorite button alignment --- 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..43a7821 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) + + + + + + + +