viewer: narrower side tap area

This commit is contained in:
Thibault Deckers 2024-06-09 01:09:16 +02:00
parent 9816cc15b3
commit 3ccce6a529

View file

@ -505,7 +505,7 @@ class _EntryPageViewState extends State<EntryPageView> with TickerProviderStateM
double? _getSideRatio() {
if (!mounted) return null;
final isPortrait = MediaQuery.orientationOf(context) == Orientation.portrait;
return isPortrait ? 1 / 5 : 1 / 8;
return isPortrait ? 1 / 6 : 1 / 8;
}
static ScaleState _vectorScaleStateCycle(ScaleState actual) {