Skip to content

Commit

Permalink
style: improved episode layout
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanYuuki committed Nov 26, 2024
1 parent 49c569d commit a56fb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/desktop/anime/episode_grid.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class _DesktopEpisodeGridState extends State<DesktopEpisodeGrid> {
? 6
: widget.layoutIndex == 1
? 4
: 2,
: 3,
mainAxisExtent: isList
? 120
: isGrid
Expand Down

0 comments on commit a56fb7f

Please sign in to comment.