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

Resolve "Top bar alignement issue in Admin tabs"

Closes #395

See merge request funkwhale/funkwhale!352
This commit is contained in:
Eliot Berriot 2018-07-24 19:50:13 +00:00
commit 73757ff9db
3 changed files with 19 additions and 0 deletions

View File

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

View File

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

View File

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