mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 18:53:17 -05:00 
			
		
		
		
	Merge branch 'mealie-next' into l10n_mealie-next
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/partial-builder.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/partial-builder.yml
									
									
									
									
										vendored
									
									
								
							@@ -46,3 +46,6 @@ jobs:
 | 
				
			|||||||
          tags: ghcr.io/${{ github.repository }}:${{ inputs.tag }}
 | 
					          tags: ghcr.io/${{ github.repository }}:${{ inputs.tag }}
 | 
				
			||||||
          build-args: |
 | 
					          build-args: |
 | 
				
			||||||
            COMMIT=${{ github.sha }}
 | 
					            COMMIT=${{ github.sha }}
 | 
				
			||||||
 | 
					          # https://docs.docker.com/build/ci/github-actions/cache/#github-cache
 | 
				
			||||||
 | 
					          cache-from: type=gha
 | 
				
			||||||
 | 
					          cache-to: type=gha,mode=max
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,6 +2,7 @@
 | 
				
			|||||||
.layout-leave-active {
 | 
					.layout-leave-active {
 | 
				
			||||||
  transition: opacity 0.2s;
 | 
					  transition: opacity 0.2s;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.layout-enter,
 | 
					.layout-enter,
 | 
				
			||||||
.layout-leave-active {
 | 
					.layout-leave-active {
 | 
				
			||||||
  opacity: 0;
 | 
					  opacity: 0;
 | 
				
			||||||
@@ -16,15 +17,15 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.theme--dark.v-application {
 | 
					.theme--dark.v-application {
 | 
				
			||||||
  background-color: var(--v-background-base, #121212) !important;
 | 
					  background-color: var(--v-background-base, #1e1e1e) !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.theme--dark.v-navigation-drawer {
 | 
					.theme--dark.v-navigation-drawer {
 | 
				
			||||||
  background-color: var(--v-background-base, #121212) !important;
 | 
					  background-color: var(--v-background-base, #1e1e1e) !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.theme--dark.v-card {
 | 
					.theme--dark.v-card {
 | 
				
			||||||
  background-color: #2b2b2b !important;
 | 
					  background-color: #1e1e1e !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.left-border {
 | 
					.left-border {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user