chore: auto-merge develop → main

Triggered by: ade121f fix: align recipe persons-ctrl inline, enlarge fav star
This commit is contained in:
github-actions[bot]
2026-05-26 18:20:23 +00:00
+17 -7
View File
@@ -4240,6 +4240,7 @@ body.server-offline .bottom-nav {
.recipe-result .recipe-meta { .recipe-result .recipe-meta {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
align-items: center;
gap: 8px; gap: 8px;
margin-bottom: 12px; margin-bottom: 12px;
} }
@@ -6550,11 +6551,12 @@ body.cooking-mode-active .app-header {
.btn-recipe-fav { .btn-recipe-fav {
background: none; background: none;
border: none; border: none;
font-size: 1.4rem; font-size: 1.8rem;
cursor: pointer; cursor: pointer;
color: var(--text-muted); color: var(--text-muted);
padding: 0 4px; padding: 0 4px;
line-height: 1; line-height: 1;
vertical-align: middle;
transition: color 0.2s, transform 0.15s; transition: color 0.2s, transform 0.15s;
margin-left: auto; margin-left: auto;
} }
@@ -6566,8 +6568,10 @@ body.cooking-mode-active .app-header {
.recipe-persons-ctrl { .recipe-persons-ctrl {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
gap: 4px; gap: 3px;
padding: 3px 6px; padding: 0 6px;
vertical-align: middle;
line-height: 1;
} }
.btn-persons-adj { .btn-persons-adj {
@@ -6575,20 +6579,26 @@ body.cooking-mode-active .app-header {
border: 1px solid var(--border-color, #2a3a50); border: 1px solid var(--border-color, #2a3a50);
color: var(--text-primary); color: var(--text-primary);
border-radius: 50%; border-radius: 50%;
width: 22px; width: 18px;
height: 22px; height: 18px;
font-size: 1rem; font-size: 0.85rem;
line-height: 1; line-height: 1;
cursor: pointer; cursor: pointer;
display: flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 0; padding: 0;
flex-shrink: 0;
transition: background 0.15s; transition: background 0.15s;
} }
.btn-persons-adj:hover { background: var(--accent, #6366f1); color: #fff; } .btn-persons-adj:hover { background: var(--accent, #6366f1); color: #fff; }
#recipe-persons-display {
white-space: nowrap;
font-size: 0.82rem;
}
/* ===== MACRONUTRIENT PANEL (#118) ===== */ /* ===== MACRONUTRIENT PANEL (#118) ===== */
.macro-bars { .macro-bars {
display: flex; display: flex;