1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 03:20:16 +08:00

Merge pull request #33382 from peppy/personal-best-overlap-fix

SongSelectV2: Add padding to avoid overlap between mods button and personal best
This commit is contained in:
Bartłomiej Dach
2025-06-03 08:02:21 +02:00
committed by GitHub
Unverified
@@ -75,7 +75,7 @@ namespace osu.Game.Screens.SelectV2
private readonly IBindable<LeaderboardScores?> fetchedScores = new Bindable<LeaderboardScores?>();
private const float personal_best_height = 100;
private const float personal_best_height = 112;
[BackgroundDependencyLoader]
private void load()