mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 20:14:51 +08:00
@@ -612,13 +612,7 @@ class _LoginPageState extends State<LoginPage> {
|
||||
Widget tabViewOuter(Widget child) {
|
||||
return SingleChildScrollView(
|
||||
padding: padding,
|
||||
child: Align(
|
||||
alignment: Alignment.topCenter,
|
||||
child: ConstrainedBox(
|
||||
constraints: const BoxConstraints(maxWidth: 600),
|
||||
child: child,
|
||||
),
|
||||
),
|
||||
child: child.constraintWidth(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user