1
0
forked from firka/firka

fix notice board item height

This commit is contained in:
2025-09-02 08:22:43 +02:00
parent 5cd8439b9a
commit 5a281c2045

View File

@@ -181,8 +181,7 @@ class _HomeMainScreen extends State<HomeMainScreen> {
welcomeWidget,
lessonActive ? SizedBox(height: 5) : SizedBox(height: 0),
nextClass,
SizedBox(
height: MediaQuery.of(context).size.height / 1.6,
Expanded(
child: ListView(
children: noticeBoardWidgets,
),