mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	moved header out of "cook mode" conditional block (#1556)
This commit is contained in:
		| @@ -58,9 +58,9 @@ | ||||
|       </v-card> | ||||
|     </v-dialog> | ||||
|  | ||||
|     <div v-if="showCookMode" class="d-flex justify-space-between justify-start"> | ||||
|     <div class="d-flex justify-space-between justify-start"> | ||||
|       <h2 class="mb-4 mt-1">{{ $t("recipe.instructions") }}</h2> | ||||
|       <BaseButton v-if="!public && !edit" minor cancel color="primary" @click="toggleCookMode()"> | ||||
|       <BaseButton v-if="!public && !edit && showCookMode" minor cancel color="primary" @click="toggleCookMode()"> | ||||
|         <template #icon> | ||||
|           {{ $globals.icons.primary }} | ||||
|         </template> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user