Auto-sync: 20260304_220000
This commit is contained in:
parent
c83cc6b9ae
commit
3acfb76fac
1 changed files with 11 additions and 8 deletions
|
|
@ -95,6 +95,9 @@ class _GameScreenState extends State<GameScreen> with TickerProviderStateMixin {
|
|||
Container(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 20, vertical: 10),
|
||||
decoration: BoxDecoration(color: theme.text.withOpacity(0.05), borderRadius: BorderRadius.circular(15)),
|
||||
// AGGIUNTO FITTEDBOX QUI
|
||||
child: FittedBox(
|
||||
fit: BoxFit.scaleDown,
|
||||
child: Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
|
|
@ -104,7 +107,7 @@ class _GameScreenState extends State<GameScreen> with TickerProviderStateMixin {
|
|||
],
|
||||
),
|
||||
),
|
||||
|
||||
),
|
||||
if (controller.lastMatchXP > 0) ...[
|
||||
const SizedBox(height: 15),
|
||||
Container(
|
||||
|
|
|
|||
Loading…
Reference in a new issue