Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix: make devtools bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmartos96 committed May 24, 2024
1 parent 6f8ad13 commit 19c3123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/electricsql_devtools_extension/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ class _FooDevToolsExtensionState extends State<FooDevToolsExtension> {
return Center(
child: ConstrainedBox(
constraints: const BoxConstraints(
maxHeight: 900,
maxWidth: 1200,
maxHeight: 1080,
maxWidth: 1920,
),
child: Card.outlined(
color: kElectricColorScheme.surface,
Expand Down

0 comments on commit 19c3123

Please sign in to comment.