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:
commit
73757ff9db
|
@ -0,0 +1 @@
|
|||
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>
|
||||
|
|
Loading…
Reference in New Issue