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
ref="input"
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"
autocorrect="off"
autocapitalize="off"
@@ -250,7 +250,6 @@ export default {
> :not(:first-child) {
margin-left: 1rem;
// background-color: red !important;
}
}
}
@@ -343,7 +342,7 @@ hr {
input {
display: block;
width: 100%;
padding: 13px 20px 13px 45px;
padding: 13px 0 13px 45px;
outline: none;
margin: 0;
border: 0;

View File

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