backup: before proxies page modernization
This commit is contained in:
@@ -68,13 +68,16 @@ class HomePage extends HookConsumerWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
const Expanded(
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
ConnectionButton(),
|
||||
ActiveProxyDelayIndicator(),
|
||||
],
|
||||
child: Padding(
|
||||
padding: EdgeInsets.only(top: 160),
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
ConnectionButton(),
|
||||
ActiveProxyDelayIndicator(),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
if (MediaQuery.sizeOf(context).width < 840) const ActiveProxyFooter(),
|
||||
|
||||
Reference in New Issue
Block a user