From 2d6cf4e8bc9e791129b7223bdfeebdf7c2c5872d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20B=C3=B6sche?= Date: Wed, 17 Dec 2025 00:14:43 +0100 Subject: [PATCH] idle --- b0esche_cloud/lib/pages/home_page.dart | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/b0esche_cloud/lib/pages/home_page.dart b/b0esche_cloud/lib/pages/home_page.dart index cc0615a..7c0c76b 100644 --- a/b0esche_cloud/lib/pages/home_page.dart +++ b/b0esche_cloud/lib/pages/home_page.dart @@ -126,11 +126,11 @@ class _HomePageState extends State with TickerProviderStateMixin { ), ), // Top edge subtle highlight - IgnorePointer( - child: Positioned( - top: 0, - left: 0, - right: 0, + Positioned( + top: 0, + left: 0, + right: 0, + child: IgnorePointer( child: Container( height: 60, decoration: BoxDecoration( @@ -147,11 +147,11 @@ class _HomePageState extends State with TickerProviderStateMixin { ), ), // Left edge subtle side lighting - IgnorePointer( - child: Positioned( - left: 0, - top: 0, - bottom: 0, + Positioned( + left: 0, + top: 0, + bottom: 0, + child: IgnorePointer( child: Container( width: 40, decoration: BoxDecoration( @@ -170,10 +170,10 @@ class _HomePageState extends State with TickerProviderStateMixin { ), ), // Diagonal shimmer overlay - IgnorePointer( - child: Positioned( - top: -100, - right: -100, + Positioned( + top: 0, + left: 0, + child: IgnorePointer( child: Transform.rotate( angle: 0.785, child: Container(