Skip to content
Snippets Groups Projects
Commit 73757ff9 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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

Resolve "Top bar alignement issue in Admin tabs"

Closes #395

See merge request funkwhale/funkwhale!352
parents bf0818aa ea362f83
No related branches found
No related tags found
No related merge requests found
Fix alignment issue on top bar in Admin tabs (#395)
......@@ -32,3 +32,12 @@ export default {
}
}
</script>
<style scoped>
.ui.menu .item > .label {
position: absolute;
right: -2em;
}
</style>
......@@ -50,3 +50,12 @@ export default {
}
}
</script>
<style scoped>
.ui.menu .item > .label {
position: absolute;
right: -2em;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment