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

Scale down beatmap cards in profile overlay

This commit is contained in:
StanR
2024-11-18 14:01:17 +05:00
Unverified
parent 5276f77ebd
commit dcf4674c6c
@@ -72,6 +72,7 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Scale = new Vector2(0.8f)
}
: null;
}