chore: follow up routing

pull/485/head
Krille 2 years ago
parent 6420f1d385
commit f442bb89f9
No known key found for this signature in database

@ -41,17 +41,19 @@ class SideViewLayout extends StatelessWidget {
: !threeColumnMode
? null
: sideViewWidth,
child: Container(
clipBehavior: Clip.hardEdge,
decoration: BoxDecoration(
border: Border(
left: BorderSide(
color: Theme.of(context).dividerColor,
child: hideSideView
? const SizedBox.shrink()
: Container(
clipBehavior: Clip.hardEdge,
decoration: BoxDecoration(
border: Border(
left: BorderSide(
color: Theme.of(context).dividerColor,
),
),
),
child: sideView,
),
),
),
child: sideView,
),
),
],
);

Loading…
Cancel
Save