mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
fix profile actions constraints
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -92,8 +92,10 @@ class RenderHeaderWidget extends RenderBox
|
||||
final childSize =
|
||||
(actions..layout(
|
||||
BoxConstraints(
|
||||
maxWidth:
|
||||
maxWidth - _kActionsLeftPadding - _kActionsRightPadding,
|
||||
maxWidth: math.max(
|
||||
0.0,
|
||||
maxWidth - _kActionsLeftPadding - _kActionsRightPadding,
|
||||
),
|
||||
),
|
||||
parentUsesSize: true,
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user