1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 18:31:01 +08:00

Fix top and bottom spacing of the local rank display

This commit is contained in:
jyc76
2025-06-23 23:31:20 +09:00
Unverified
parent cef6445e2b
commit a9347ff8c3
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -109,7 +109,7 @@ namespace osu.Game.Screens.SelectV2
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Spacing = new Vector2(5),
Margin = new MarginPadding { Left = 6.5f, Bottom = 3.5f },
Margin = new MarginPadding { Left = 6.5f },
Direction = FillDirection.Horizontal,
Children = new Drawable[]
{
@@ -125,6 +125,7 @@ namespace osu.Game.Screens.SelectV2
Origin = Anchor.CentreLeft,
Direction = FillDirection.Vertical,
AutoSizeAxes = Axes.Both,
Margin = new MarginPadding { Bottom = 3.5f },
Children = new Drawable[]
{
new FillFlowContainer
@@ -99,7 +99,7 @@ namespace osu.Game.Screens.SelectV2
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Spacing = new Vector2(5),
Margin = new MarginPadding { Left = 6.5f, Bottom = 2.8f },
Margin = new MarginPadding { Left = 6.5f },
Direction = FillDirection.Horizontal,
Children = new Drawable[]
{
@@ -114,7 +114,7 @@ namespace osu.Game.Screens.SelectV2
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Direction = FillDirection.Vertical,
Padding = new MarginPadding { Bottom = 2 },
Padding = new MarginPadding { Bottom = 4.8f },
AutoSizeAxes = Axes.Both,
Children = new Drawable[]
{