Merge branch 'master' of github.com:kevinmidboe/seasoned

This commit is contained in:
KevinMidboe
2020-04-09 23:01:25 +02:00
2 changed files with 4 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<input <input
ref="input" ref="input"
type="text" type="text"
placeholder="Search for a movie or show" placeholder="Search for movie or show"
aria-label="Search input for finding a movie or show" aria-label="Search input for finding a movie or show"
autocorrect="off" autocorrect="off"
autocapitalize="off" autocapitalize="off"
@@ -250,7 +250,6 @@ export default {
> :not(:first-child) { > :not(:first-child) {
margin-left: 1rem; margin-left: 1rem;
// background-color: red !important;
} }
} }
} }
@@ -343,7 +342,7 @@ hr {
input { input {
display: block; display: block;
width: 100%; width: 100%;
padding: 13px 20px 13px 45px; padding: 13px 0 13px 45px;
outline: none; outline: none;
margin: 0; margin: 0;
border: 0; border: 0;

View File

@@ -11,8 +11,8 @@ const setDocumentTitle = (state) => {
export default { export default {
namespaced: true, namespaced: true,
state: { state: {
emoji: '🍕', emoji: '',
titlePrefix: 'request', titlePrefix: 'seasoned',
title: undefined title: undefined
}, },
getters: { getters: {