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