Column Header left aligned

This commit is contained in:
2025-11-05 21:08:21 +01:00
parent f7839d1dfb
commit 731dfc6b54
@@ -1195,7 +1195,8 @@ class SeriesListScreen extends ConsumerWidget {
const widgets.SizedBox(width: 16),
widgets.SizedBox(
width: seasonWidths[s] ?? 74,
child: Center(
child: Align(
alignment: Alignment.centerLeft,
child: Text('Season $s',
style: Theme.of(context)
.textTheme