Farmer: Markt + Erntejahr gleich breit/hoch nebeneinander (nicht mehr Vollbreite)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-08-25 15:39:49 +02:00
parent 54772180a2
commit abc8bf5149
+9 -3
View File
@@ -140,9 +140,15 @@
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 (beide volle Box-Breite) */
.farmer-side-status .farmer-market { flex: 1 0 100%; margin-left: 0; justify-content: flex-start; }
.farmer-side-status .farmer-harvest-btn { flex: 1 0 100%; }
/* Markt-Feld und Erntejahr-Button gleich breit + gleich hoch, nebeneinander */
.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;
}
.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;
}
/* Picker */
.farmer-picker {