From 4f4960280a4a8950771d67de76bc2abc4c65a06e Mon Sep 17 00:00:00 2001 From: Armand <4831c0@proton.me> Date: Sun, 7 Sep 2025 11:26:05 +0200 Subject: [PATCH] tt: make padding more consistent --- firka/lib/ui/phone/widgets/lesson.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/firka/lib/ui/phone/widgets/lesson.dart b/firka/lib/ui/phone/widgets/lesson.dart index 1de8eeb..d88f249 100644 --- a/firka/lib/ui/phone/widgets/lesson.dart +++ b/firka/lib/ui/phone/widgets/lesson.dart @@ -146,11 +146,9 @@ class LessonWidget extends StatelessWidget { .apply(color: appStyle.colors.textTertiary)) ], )); - elements.add(SizedBox(height: 4)); } if (nextLesson != null) { - elements.add(SizedBox(height: 4)); var breakMins = nextLesson!.start.difference(lesson.end).inMinutes; var seqSchedule = week.getAllSeqs(lesson); @@ -282,7 +280,6 @@ class LessonWidget extends StatelessWidget { ], )); } - elements.add(SizedBox(height: 4)); } return Column(