Polish
This commit is contained in:
parent
50d4bac794
commit
1a51d2e906
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user