Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
ea362f83
Commit
ea362f83
authored
Jul 24, 2018
by
Renon
Browse files
fix alignment issue admin top bar
parent
bf0818aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/395.bugfix
0 → 100644
View file @
ea362f83
Fix alignment issue on top bar in Admin tabs (#395)
front/src/views/admin/library/Base.vue
View file @
ea362f83
...
...
@@ -32,3 +32,12 @@ export default {
}
}
</
script
>
<
style
scoped
>
.ui.menu
.item
>
.label
{
position
:
absolute
;
right
:
-2em
;
}
</
style
>
front/src/views/federation/Base.vue
View file @
ea362f83
...
...
@@ -50,3 +50,12 @@ export default {
}
}
</
script
>
<
style
scoped
>
.ui.menu
.item
>
.label
{
position
:
absolute
;
right
:
-2em
;
}
</
style
>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment