diff --git a/README.md b/README.md
index 60778e77..3621459d 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ EnRecipes is an easy to use, privacy-friendly digital cookbook that lets you cre
- Add photo, notes and references to your recipes
- Organise your recipes by category
- Search for your recipes based on the title
-- Mark recipes as favorites and add them to your Try later list
+- Mark recipes as favorites and add them to your Try Later list
- Scale your recipe ingredients to serve more or less people
- Get notified of the last time you tried a recipe
- Share your recipe to anyone by any means as a nicely formatted message. You can share the recipe photo too.
diff --git a/app/app.scss b/app/app.scss
index 8dc44d12..1c0dec23 100644
--- a/app/app.scss
+++ b/app/app.scss
@@ -61,7 +61,8 @@ Page,
.referenceItem,
.recipeText,
.overviewItem,
- .recipeItem {
+ .recipeItem,
+ TextField.combinationToken {
background: white;
}
@@ -124,7 +125,8 @@ Page,
.referenceItem,
.recipeText,
.overviewItem,
- .recipeItem {
+ .recipeItem,
+ TextField.combinationToken {
background: $gray8;
}
.sd-item,
@@ -483,6 +485,9 @@ RadListView {
margin: 0;
line-height: 6;
}
+ .linkIcon {
+ padding: 0 16 0 0;
+ }
}
.recipeText {
font-size: 16;
@@ -526,7 +531,6 @@ MDButton.closeBtn {
}
TextField.combinationToken {
border-width: 0;
- background: white;
}
// -----------------------------
// DIALOGS
diff --git a/app/components/App.vue b/app/components/App.vue
index 58b498dd..de0edc22 100644
--- a/app/components/App.vue
+++ b/app/components/App.vue
@@ -32,7 +32,24 @@
-
+
+
+
+
+
+
+