mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 01:59:53 +08:00
Fix search bar showing incorrectly
This commit is contained in:
@@ -185,7 +185,7 @@ namespace osu.Game.Overlays.Mods
|
||||
{
|
||||
Padding = new MarginPadding
|
||||
{
|
||||
Top = (ShowTotalMultiplier ? ModsEffectDisplay.HEIGHT : 0) + PADDING,
|
||||
Top = ModsEffectDisplay.HEIGHT + PADDING,
|
||||
Bottom = PADDING
|
||||
},
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
|
||||
Reference in New Issue
Block a user