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

Mostly revert sizes

This commit is contained in:
Dean Herbert
2025-02-26 18:00:18 +09:00
Unverified
parent e8b7ec0f95
commit c45a403fe2
@@ -395,7 +395,7 @@ namespace osu.Game.Online.Leaderboards
Origin = Anchor.CentreLeft,
Text = statistic.Value,
Spacing = new Vector2(-1, 0),
Font = OsuFont.GetFont(size: 14, weight: FontWeight.Bold, fixedWidth: true)
Font = OsuFont.GetFont(size: 16, weight: FontWeight.Bold, fixedWidth: true)
},
},
};
@@ -426,7 +426,7 @@ namespace osu.Game.Online.Leaderboards
public DateLabel(DateTimeOffset date)
: base(date)
{
Font = OsuFont.GetFont(size: 14, weight: FontWeight.Bold);
Font = OsuFont.GetFont(size: 16, weight: FontWeight.Bold);
}
protected override string Format() => Date.ToShortRelativeTime(TimeSpan.FromSeconds(30));