mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix expanded card content being clipped on beatmap listing overlay
This commit is contained in:
@ -187,8 +187,10 @@ namespace osu.Game.Overlays
|
||||
Alpha = 0,
|
||||
Margin = new MarginPadding
|
||||
{
|
||||
Vertical = 15,
|
||||
Bottom = ExpandedContentScrollContainer.HEIGHT
|
||||
Top = 15,
|
||||
// the + 20 adjustment is roughly eyeballed in order to fit all of the expanded content height after it's scaled
|
||||
// as well as provide visual balance to the top margin.
|
||||
Bottom = ExpandedContentScrollContainer.HEIGHT + 20
|
||||
},
|
||||
ChildrenEnumerable = newCards
|
||||
};
|
||||
|
Reference in New Issue
Block a user