diff --git a/App/sims/farmer/game.html b/App/sims/farmer/game.html
index 8b331f6..0091e07 100644
--- a/App/sims/farmer/game.html
+++ b/App/sims/farmer/game.html
@@ -136,18 +136,17 @@
background: rgba(255, 255, 255, 0.95);
border-radius: 8px; padding: 8px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
- display: flex; gap: 6px; align-items: center; flex-wrap: wrap;
+ display: flex; flex-direction: column; gap: 6px;
margin-bottom: 6px;
}
- .fs-year { flex: 1 0 100%; color: #8b5a2b; font-weight: 800; font-size: 14px; white-space: nowrap; }
- /* Markt-Feld und Erntejahr-Button gleich breit + gleich hoch, nebeneinander */
+ .fs-year { color: #8b5a2b; font-weight: 800; font-size: 14px; }
+ /* Markt-Feld und Erntejahr-Button untereinander, gleich breit + gleich hoch */
.farmer-side-status .farmer-market {
- flex: 1 1 0; min-width: 0; margin-left: 0;
- justify-content: center; padding: 8px 4px; min-height: 40px; box-sizing: border-box;
+ width: 100%; margin-left: 0; box-sizing: border-box;
+ justify-content: center; padding: 9px 8px; min-height: 40px;
}
.farmer-side-status .farmer-harvest-btn {
- flex: 1 1 0; min-width: 0; padding: 8px 4px; min-height: 40px; box-sizing: border-box;
- white-space: normal; line-height: 1.15;
+ width: 100%; box-sizing: border-box; padding: 9px 8px; min-height: 40px;
}
/* Picker */