feat: Header重排、共享配方到公共库、待审核配方、权限优化 #17

Merged
fam merged 39 commits from fix/ui-polish-round2 into main 2026-04-09 18:37:12 +00:00
Showing only changes of commit e459a52b5b - Show all commits

View File

@@ -1122,7 +1122,7 @@ async function saveRecipe() {
.card-content {
position: relative;
z-index: 2;
padding-right: 70px; /* leave room for QR */
padding-right: 80px; /* leave room for QR (54px) + gap */
}
/* Brand overlays */
@@ -1180,6 +1180,8 @@ async function saveRecipe() {
justify-content: space-between;
align-items: flex-end;
margin-top: 16px;
margin-right: -80px; /* counteract card-content padding-right to span full width */
padding-right: 0;
}
.card-brand-text {
@@ -1278,6 +1280,7 @@ async function saveRecipe() {
justify-content: space-between;
align-items: center;
margin-top: 8px;
margin-right: -80px; /* counteract card-content padding-right */
}
.card-total-label {