From 3ed456c01fc5be7f7d72657ac4e59bc66baaa662 Mon Sep 17 00:00:00 2001 From: Kima Date: Sun, 5 May 2024 21:55:05 +0200 Subject: [PATCH] fixed subject page padding --- refilc_mobile_ui/lib/pages/grades/grades_page.dart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/refilc_mobile_ui/lib/pages/grades/grades_page.dart b/refilc_mobile_ui/lib/pages/grades/grades_page.dart index 9cb4742..0a50cde 100644 --- a/refilc_mobile_ui/lib/pages/grades/grades_page.dart +++ b/refilc_mobile_ui/lib/pages/grades/grades_page.dart @@ -267,6 +267,12 @@ class GradesPageState extends State { ), ), ), + if (hasHomework && + nearestExam != null && + Provider.of(context).qSubjectsSubTiles) + const SizedBox( + height: 6.0, + ), if (nearestExam != null && Provider.of(context).qSubjectsSubTiles) Container(