diff --git a/osu.Game/Screens/SelectV2/BeatmapCarousel.cs b/osu.Game/Screens/SelectV2/BeatmapCarousel.cs index 1c1f6fa7fb..994b0fb6c0 100644 --- a/osu.Game/Screens/SelectV2/BeatmapCarousel.cs +++ b/osu.Game/Screens/SelectV2/BeatmapCarousel.cs @@ -23,7 +23,7 @@ namespace osu.Game.Screens.SelectV2 { public Action? RequestPresentBeatmap { private get; init; } - public const float SPACING = 5f; + public const float SPACING = 3f; private IBindableList detachedBeatmaps = null!;