Farmer: Markt + Erntejahr wieder untereinander (gestapelt), gleich breit/hoch

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-08-25 15:47:37 +02:00
parent abc8bf5149
commit e901f5addb
+6 -7
View File
@@ -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 */