fix(Desktop): Small improvement to padding and titlebar

This commit is contained in:
PartyDonut 2025-02-08 19:22:15 +01:00
parent 3b4b8a9101
commit 4371368fda
3 changed files with 125 additions and 109 deletions

View file

@ -106,8 +106,8 @@ class _DashboardScreenState extends ConsumerState<DashboardScreen> {
child: HomeBannerWidget(posters: homeCarouselItems),
),
),
} else if (AdaptiveLayout.of(context).isDesktop)
const DefaultSliverTopBadding(),
},
const DefaultSliverTopBadding(),
if (AdaptiveLayout.of(context).isDesktop)
const SliverToBoxAdapter(
child: Row(