mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-06 09:39:31 +08:00
Polish
This commit is contained in:
@ -160,7 +160,7 @@ class _Sizes {
|
||||
double get maxContentWidth1 => 800;
|
||||
double get maxContentWidth2 => 600;
|
||||
double get maxContentWidth3 => 500;
|
||||
final Size minAppSize = Size(380, 675);
|
||||
final Size minAppSize = Size(380, 380);
|
||||
}
|
||||
|
||||
@immutable
|
||||
|
@ -24,7 +24,7 @@ class _BottomTextContent extends StatelessWidget {
|
||||
Column(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
children: [
|
||||
Gap($styles.insets.xl),
|
||||
Gap($styles.insets.md),
|
||||
Column(
|
||||
children: [
|
||||
IgnorePointer(
|
||||
|
Reference in New Issue
Block a user