mirror of
https://github.com/ente-io/ente.git
synced 2025-06-02 15:29:53 +00:00
5 lines
147 B
Dart
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;
|