Skip to content

Commit

Permalink
Merge branch 'main' into podcasts_video
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Jul 24, 2023
2 parents f5eaed2 + fb0122b commit c2caea0
Show file tree
Hide file tree
Showing 9 changed files with 513 additions and 287 deletions.
2 changes: 1 addition & 1 deletion lib/app/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class _AppState extends State<App> {
final audioPageType = context.select((LibraryModel m) => m.audioPageType);
final setAudioPageType = library.setAudioPageType;
final width = MediaQuery.of(context).size.width;
final shrinkSidebar = (width < 700);
final shrinkSidebar = (width < 720);
final playerToTheRight = width > 1700;

final isOnline = context.select((ConnectivityNotifier c) => c.isOnline);
Expand Down
Loading

0 comments on commit c2caea0

Please sign in to comment.