1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 13:35:23 +02:00

feat: new create from image visuals (#5595)

This commit is contained in:
Kuchenpirat 2025-06-29 20:17:49 +02:00 committed by GitHub
parent 95fa0af28a
commit 15f06b5378
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 102 additions and 106 deletions

View file

@ -64,3 +64,7 @@ a {
.fill-height {
min-height: 100vh;
}
.vue-simple-handler {
background-color: rgb(var(--v-theme-primary)) !important;
}