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

Adjust button vertical padding

This commit is contained in:
Bartłomiej Dach
2021-11-27 16:09:00 +01:00
Unverified
parent 2d739c95ea
commit 083ee92dee
@@ -121,7 +121,7 @@ namespace osu.Game.Beatmaps.Drawables.Cards
RelativeSizeAxes = Axes.Y,
Origin = Anchor.TopRight,
Anchor = Anchor.TopRight,
Padding = new MarginPadding { Vertical = 17.5f },
Padding = new MarginPadding { Vertical = 35 },
Child = rightAreaButtons = new Container<BeatmapCardIconButton>
{
RelativeSizeAxes = Axes.Both,