xpub layout fix for desktop

This commit is contained in:
julian 2023-04-27 16:13:44 -06:00
parent 1e9642ec94
commit 05dc2a23e6

View file

@ -154,17 +154,17 @@ class _XPubViewState extends ConsumerState<XPubView> {
rootNavigator: true, rootNavigator: true,
).pop, ).pop,
), ),
AnimatedSize(
duration: const Duration(
milliseconds: 150,
),
child: Padding(
padding: const EdgeInsets.fromLTRB(32, 0, 32, 32),
child: child,
),
),
], ],
), ),
AnimatedSize(
duration: const Duration(
milliseconds: 150,
),
child: Padding(
padding: const EdgeInsets.fromLTRB(32, 0, 32, 32),
child: child,
),
),
], ],
), ),
), ),