From 5a281c204571e7539debaf4e786c62d4a5711a69 Mon Sep 17 00:00:00 2001 From: Armand <4831c0@proton.me> Date: Tue, 2 Sep 2025 08:22:43 +0200 Subject: [PATCH] fix notice board item height --- firka/lib/ui/phone/pages/home/home_main.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firka/lib/ui/phone/pages/home/home_main.dart b/firka/lib/ui/phone/pages/home/home_main.dart index 0cc80cd..6e2b286 100644 --- a/firka/lib/ui/phone/pages/home/home_main.dart +++ b/firka/lib/ui/phone/pages/home/home_main.dart @@ -181,8 +181,7 @@ class _HomeMainScreen extends State { welcomeWidget, lessonActive ? SizedBox(height: 5) : SizedBox(height: 0), nextClass, - SizedBox( - height: MediaQuery.of(context).size.height / 1.6, + Expanded( child: ListView( children: noticeBoardWidgets, ),