mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 04:14:26 +08:00
Fix spacing
This commit is contained in:
@@ -183,7 +183,7 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
else
|
||||
{
|
||||
Padding = new MarginPadding();
|
||||
activeContent.Padding = activeContent.Padding with { Left = -6 };
|
||||
activeContent.Padding = activeContent.Padding with { Left = -4 };
|
||||
icon.Hide();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user