diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 69b2e3c0f..ecba40881 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -160,11 +160,13 @@ export default { .notify-base { color: white !important; + /* min-height: 50px; */ margin-right: 60px; margin-bottom: -5px; opacity: 0.9 !important; } + *::-webkit-scrollbar { width: 0.25rem; } @@ -176,11 +178,4 @@ export default { *::-webkit-scrollbar-thumb { background: grey; } - -.notify-base { - color: white !important; - margin-right: 60px; - margin-bottom: -5px; - opacity: 0.9 !important; -} diff --git a/frontend/src/components/Recipe/RecipeViewer/Ingredients.vue b/frontend/src/components/Recipe/RecipeViewer/Ingredients.vue index d9be60d97..e3f79077a 100644 --- a/frontend/src/components/Recipe/RecipeViewer/Ingredients.vue +++ b/frontend/src/components/Recipe/RecipeViewer/Ingredients.vue @@ -55,7 +55,7 @@ export default { }; -