1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 12:10:12 +08:00

Remove direct margin set in popover that was causing positioning offset

This commit is contained in:
Joseph Madamba
2024-07-27 19:02:57 -07:00
Unverified
parent 04b15d0d38
commit 334f5fda2d
@@ -28,7 +28,6 @@ namespace osu.Game.Screens.Ranking
{
this.beatmapInfo = beatmapInfo;
Margin = new MarginPadding(5);
Body.CornerRadius = 4;
}