Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
retribute.me
retribute.me
Commits
57781bdb
Verified
Commit
57781bdb
authored
Oct 18, 2019
by
Eliot Berriot
Browse files
Fixed logo alignment
parent
95faef3e
Pipeline
#6616
passed with stages
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/Navigation.vue
View file @
57781bdb
...
...
@@ -10,12 +10,16 @@
:to=
"
{ name: 'home' }"
:title="labels.homeTitle"
>
<img
alt=
"Retribute Logo"
src=
"../assets/logos/logo_fleur.png"
@
click=
"showMenu - !showMenu"
/>
Retribute
<div
style=
"display: flex; align-items: center;"
>
<img
alt=
"Retribute Logo"
src=
"../assets/logos/logo_fleur.png"
@
click=
"showMenu - !showMenu"
/>
<span>
Retribute
</span>
</div>
</router-link>
<button
class=
"pure-button menu-button"
@
click=
"showMenu = !showMenu"
>
<i
v-if=
"showMenu"
class=
"fa fa-close"
></i>
...
...
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