Merge branch '395-admin-top-bar' into 'develop'

Resolve "Top bar alignement issue in Admin tabs"

Closes #395

See merge request funkwhale/funkwhale!352
environments/review-front-funk-4sh69p/deployments/30
Eliot Berriot 2018-07-24 19:50:13 +00:00
commit 73757ff9db
3 zmienionych plików z 19 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1 @@
Fix alignment issue on top bar in Admin tabs (#395)

Wyświetl plik

@ -32,3 +32,12 @@ export default {
}
}
</script>
<style scoped>
.ui.menu .item > .label {
position: absolute;
right: -2em;
}
</style>

Wyświetl plik

@ -50,3 +50,12 @@ export default {
}
}
</script>
<style scoped>
.ui.menu .item > .label {
position: absolute;
right: -2em;
}
</style>