Adjust user profile header detail appearance

This commit is contained in:
Bartłomiej Dach
2022-12-31 18:02:05 +01:00
parent de077403e9
commit 6a9d842660
2 changed files with 34 additions and 38 deletions

View File

@ -49,9 +49,8 @@ namespace osu.Game.Overlays.Profile.Header
Direction = FillDirection.Full,
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Margin = new MarginPadding { Top = 5 },
Spacing = new Vector2(10, 10),
Padding = new MarginPadding { Horizontal = UserProfileOverlay.CONTENT_X_MARGIN, Vertical = 10 },
Padding = new MarginPadding { Horizontal = UserProfileOverlay.CONTENT_X_MARGIN, Top = 10 },
}
};
}