ente/lib/ui/components/components_constants.dart
2023-04-10 09:47:45 +05:30

5 lines
147 B
Dart

const double mobileSmallThreshold = 336;
//Screen width of iPhone 14 pro max in points is taken as maximum
const double restrictedMaxWidth = 430;