я косяк, поправил веб. Капитан, работайте!
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -283,8 +283,13 @@
|
||||
}
|
||||
|
||||
body.recipe-edit-mobile-open .mobile-navbar,
|
||||
body.recipe-edit-mobile-open .mobile-menu-overlay,
|
||||
body.recipe-edit-mobile-open .app-footer,
|
||||
body.recipe-edit-mobile-open .page-content {
|
||||
body.recipe-edit-mobile-open .page-content,
|
||||
body.recipe-edit-mobile-open .wesp-zt-notify-fab,
|
||||
body.ingredient-mobile-sheet-open .wesp-zt-notify-fab,
|
||||
body.unloading-group-mobile-sheet-open .wesp-zt-notify-fab,
|
||||
body.recipe-help-modal-open .wesp-zt-notify-fab {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -345,7 +350,14 @@
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overscroll-behavior-y: contain;
|
||||
touch-action: pan-y;
|
||||
padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
|
||||
padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
|
||||
}
|
||||
|
||||
/* Nested section cards inherit global .card { height: 100% } and stretch to fill the scroll viewport */
|
||||
body.recipe-edit-mobile-open #recipeEdit .recipe-section-card,
|
||||
#recipeEdit.recipe-edit--mobile-active .recipe-section-card {
|
||||
height: auto !important;
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
body.recipe-edit-mobile-open #recipeEdit #recipeForm > .card-header,
|
||||
@@ -435,12 +447,23 @@
|
||||
}
|
||||
|
||||
/* --- Card layout for edit data grids --- */
|
||||
/* !important: wesp-recipes-editor.css loads later and sets display:grid on __head/__row */
|
||||
#recipeEdit .zt-data-grid__scroll {
|
||||
overflow: visible;
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
#recipeEdit .zt-data-grid {
|
||||
gap: 0 !important;
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
#recipeEdit .zt-data-grid__head {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#recipeEdit #ingredientsTableBody .ingredient-row,
|
||||
#recipeEdit #unloadingGroupsTableBody .unloading-group-row {
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
#recipeEdit #ingredientsTable.ingredients-table--dm-unlocked .ingredient-detail-cell.dry-matter-per-head {
|
||||
|
||||
Reference in New Issue
Block a user