Skip to content

Commit

Permalink
Revert "[Reply] Cap body at 1340 for desktop and tablet (flutter#425)"
Browse files Browse the repository at this point in the history
This reverts commit cb10d4a.
  • Loading branch information
Renzo-Olivares authored Feb 22, 2021
1 parent e2cfe22 commit a1e5bc6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions lib/studies/reply/adaptive_nav.dart
Original file line number Diff line number Diff line change
Expand Up @@ -243,14 +243,9 @@ class _DesktopNavState extends State<_DesktopNav>
),
const VerticalDivider(thickness: 1, width: 1),
Expanded(
child: Center(
child: ConstrainedBox(
constraints: const BoxConstraints(maxWidth: 1340),
child: _SharedAxisTransitionSwitcher(
defaultChild: _MailNavigator(
child: MailboxBody(key: widget.inboxKey),
),
),
child: _SharedAxisTransitionSwitcher(
defaultChild: _MailNavigator(
child: MailboxBody(key: widget.inboxKey),
),
),
),
Expand Down

0 comments on commit a1e5bc6

Please sign in to comment.