diff --git a/frontend/components/Domain/Recipe/RecipeCardMobile.vue b/frontend/components/Domain/Recipe/RecipeCardMobile.vue
index 57e7be9b3a73..52aff102d2e2 100644
--- a/frontend/components/Domain/Recipe/RecipeCardMobile.vue
+++ b/frontend/components/Domain/Recipe/RecipeCardMobile.vue
@@ -180,8 +180,8 @@ export default defineComponent({
align-self: start !important;
}
-.flat {
+.flat, .theme--dark .flat {
box-shadow: none!important;
- background-color: transparent;
+ background-color: transparent!important;
}
diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue
index f75c36b7df0a..8b7de6d106cc 100644
--- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue
+++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue
@@ -18,7 +18,7 @@
:href="recipe.orgURL"
color="secondary darken-1"
target="_blank"
- class="rounded-sm mr-4"
+ class="rounded-sm mr-n2"
>
{{ $t("recipe.original-url") }}
diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue
index 6cdd6e0f76e2..50fd2c591471 100644
--- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue
+++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue
@@ -26,11 +26,12 @@
+
{{ $t('profile.description') }} {{ $t('general.learn-more') }}