Minor layout fixes
This commit is contained in:
@@ -2817,6 +2817,9 @@ class _TaskDetailScreenState extends ConsumerState<TaskDetailScreen>
|
||||
),
|
||||
);
|
||||
|
||||
final mobileTabbedHeight =
|
||||
(MediaQuery.of(context).size.height * 0.65).clamp(360.0, 720.0);
|
||||
|
||||
final mainContent = isWide
|
||||
? Row(
|
||||
children: [
|
||||
@@ -2831,9 +2834,11 @@ class _TaskDetailScreenState extends ConsumerState<TaskDetailScreen>
|
||||
slivers: [
|
||||
SliverToBoxAdapter(child: detailsCard),
|
||||
const SliverToBoxAdapter(child: SizedBox(height: 12)),
|
||||
SliverFillRemaining(
|
||||
hasScrollBody: true,
|
||||
child: tabbedCard,
|
||||
SliverToBoxAdapter(
|
||||
child: SizedBox(
|
||||
height: mobileTabbedHeight,
|
||||
child: tabbedCard,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user