1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 06:53:22 +08:00

Add bottom padding for NewsSideBar content

This commit is contained in:
Andrei Zavatski 2021-05-11 14:42:56 +03:00
parent 82436334b2
commit 69f01e82db

View File

@ -36,7 +36,7 @@ namespace osu.Game.Overlays.News.Sidebar
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding
{
Top = 20,
Vertical = 20,
Left = 50,
Right = 30
},