This commit is contained in:
Shawn 2023-04-18 13:49:42 -06:00
parent 50d4bac794
commit 1a51d2e906
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ class _Sizes {
double get maxContentWidth1 => 800; double get maxContentWidth1 => 800;
double get maxContentWidth2 => 600; double get maxContentWidth2 => 600;
double get maxContentWidth3 => 500; double get maxContentWidth3 => 500;
final Size minAppSize = Size(380, 675); final Size minAppSize = Size(380, 380);
} }
@immutable @immutable

View File

@ -24,7 +24,7 @@ class _BottomTextContent extends StatelessWidget {
Column( Column(
mainAxisAlignment: MainAxisAlignment.start, mainAxisAlignment: MainAxisAlignment.start,
children: [ children: [
Gap($styles.insets.xl), Gap($styles.insets.md),
Column( Column(
children: [ children: [
IgnorePointer( IgnorePointer(