fixed subject page padding

This commit is contained in:
Kima 2024-05-05 21:55:05 +02:00
parent f64b1360d9
commit 3ed456c01f

View File

@ -267,6 +267,12 @@ class GradesPageState extends State<GradesPage> {
),
),
),
if (hasHomework &&
nearestExam != null &&
Provider.of<SettingsProvider>(context).qSubjectsSubTiles)
const SizedBox(
height: 6.0,
),
if (nearestExam != null &&
Provider.of<SettingsProvider>(context).qSubjectsSubTiles)
Container(