mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-05 18:44:48 +08:00
@@ -387,8 +387,13 @@ class _PayCoinsPageState extends State<PayCoinsPage>
|
||||
],
|
||||
)
|
||||
else
|
||||
SizedBox(height: 100, child: _buildCoinWidget(0, 1)),
|
||||
SizedBox(height: isV ? 25 : 10),
|
||||
Center(
|
||||
child: SizedBox(height: 100, child: _buildCoinWidget(0, 1)),
|
||||
),
|
||||
if (isV)
|
||||
const SizedBox(height: 25)
|
||||
else
|
||||
const SizedBox(height: 10),
|
||||
if (_hasCopyright)
|
||||
GestureDetector(
|
||||
behavior: HitTestBehavior.opaque,
|
||||
|
||||
Reference in New Issue
Block a user