mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 21:53:21 +08:00
Adjust online status pill font and padding
This commit is contained in:
parent
d0eb4e4471
commit
2cc1255035
@ -196,8 +196,8 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
{
|
||||
Anchor = Anchor.TopRight,
|
||||
Origin = Anchor.TopRight,
|
||||
TextSize = 14,
|
||||
TextPadding = new MarginPadding { Horizontal = 25, Vertical = 8 }
|
||||
TextSize = 17,
|
||||
TextPadding = new MarginPadding { Horizontal = 35, Vertical = 10 }
|
||||
},
|
||||
Details = new Details(),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user