Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-04 19:13:32 +08:00
parent f99fd6f066
commit 4a4602fff9

View File

@@ -386,8 +386,13 @@ class _PayCoinsPageState extends State<PayCoinsPage>
], ],
) )
else else
SizedBox(height: 100, child: _buildCoinWidget(0, 1)), Center(
SizedBox(height: isV ? 25 : 10), child: SizedBox(height: 100, child: _buildCoinWidget(0, 1)),
),
if (isV)
const SizedBox(height: 25)
else
const SizedBox(height: 10),
if (_hasCopyright) if (_hasCopyright)
GestureDetector( GestureDetector(
behavior: HitTestBehavior.opaque, behavior: HitTestBehavior.opaque,