remove picture trim

This commit is contained in:
niuhuan 2021-11-22 00:27:40 +08:00
parent c5bafb455b
commit aa9a9e91da
1 changed files with 2 additions and 1 deletions

View File

@ -398,7 +398,8 @@ class _WebToonReaderState extends State<_WebToonReader> {
: Axis.horizontal,
reverse:
widget.struct.pagerDirection == ReaderDirection.RIGHT_TO_LEFT,
padding: widget.struct.fullScreen
padding: widget.struct.fullScreen &&
widget.struct.pagerDirection == ReaderDirection.TOP_TO_BOTTOM
? EdgeInsets.only(
top: scaffold.appBarMaxHeight ?? 0,
bottom: scaffold.appBarMaxHeight ?? 0,