1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 22:30:53 +08:00

Fix one more misalignment on leaderboard scores

This commit is contained in:
Dean Herbert
2025-02-14 19:07:02 +09:00
Unverified
parent 82c16dee60
commit b86eeabef0
@@ -180,6 +180,7 @@ namespace osu.Game.Online.Leaderboards
Height = 28,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(10f, 0f),
Margin = new MarginPadding { Bottom = -2 },
Children = new Drawable[]
{
flagBadgeAndDateContainer = new FillFlowContainer