mirror of
https://github.com/ppy/osu
synced 2025-03-05 02:49:30 +00:00
Reduce padding on chat lines to give more breathing room
This commit is contained in:
parent
71649005bf
commit
4557ad43d5
@ -61,7 +61,7 @@ namespace osu.Game.Overlays.Chat
|
||||
Padding = new MarginPadding { Bottom = 5 },
|
||||
Child = ChatLineFlow = new FillFlowContainer
|
||||
{
|
||||
Padding = new MarginPadding { Horizontal = 10 },
|
||||
Padding = new MarginPadding { Left = 3, Right = 10 },
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Direction = FillDirection.Vertical,
|
||||
|
Loading…
Reference in New Issue
Block a user