Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-10 21:07:06 +08:00
parent 309c871919
commit 88c2ba8059
5 changed files with 19 additions and 14 deletions

View File

@@ -61,7 +61,7 @@ class _SearchTrendingPageState extends State<SearchTrendingPage> {
? min(640.0, maxWidth * 0.6)
: maxWidth;
final height = width * 528 / 1125;
_offset = height - 56 - Get.mediaQuery.padding.top;
_offset = height - 56 - MediaQuery.paddingOf(context).top;
listener();
final removePadding = maxWidth > width;
return Scaffold(