This commit is contained in:
les
2020-01-15 23:31:46 +01:00
parent 0ea0eba35c
commit 283c8203ef

View File

@@ -39,11 +39,9 @@
<script>
import { Message } from 'element-ui'
import { mapState } from 'vuex'
import Search from '@/components/Search'
export default {
name: 'Nav',
components: { Search },
computed: {
could_add () {
return (this.$auth.loggedIn || this.settings.allow_anon_event)
@@ -66,9 +64,9 @@ export default {
#logo {
img {
height: 60px;
line-height: 60px;
max-height: 60px;
}
line-height: 60px;
float: left;
color: white;
font-size: 1.5em;