fixed subject page padding
This commit is contained in:
parent
f64b1360d9
commit
3ed456c01f
@ -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 &&
|
if (nearestExam != null &&
|
||||||
Provider.of<SettingsProvider>(context).qSubjectsSubTiles)
|
Provider.of<SettingsProvider>(context).qSubjectsSubTiles)
|
||||||
Container(
|
Container(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user