ente/lib/ui/components/components_constants.dart

5 lines
147 B
Dart
Raw Normal View History

2023-04-10 04:17:45 +00:00
const double mobileSmallThreshold = 336;
//Screen width of iPhone 14 pro max in points is taken as maximum
const double restrictedMaxWidth = 430;