Merge branch 'responsive-1' into 'develop'

Fix #6: responseive sidebar and content in smaller resolution

Closes #6

See merge request funkwhale/funkwhale!42
This commit is contained in:
Eliot Berriot 2018-02-15 21:40:42 +00:00
commit 0509f57da8
13 changed files with 649 additions and 27 deletions

View file

@ -12,6 +12,9 @@ import axios from 'axios'
import VueLazyload from 'vue-lazyload'
import store from './store'
import config from './config'
import { sync } from 'vuex-router-sync'
sync(store, router)
window.$ = window.jQuery = require('jquery')