Fix user menu being partly off screen by putting it at the start of nav
This commit is contained in:
parent
f54d97e4a9
commit
b69b043153
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ nav.navbar(role='navigation', aria-label='main navigation')
|
|||
span(aria-hidden='true')
|
||||
.navbar-menu#navBarMenu
|
||||
.navbar-start
|
||||
.navbar-end
|
||||
if req.isAuthenticated()
|
||||
.navbar-item.has-dropdown.is-hoverable
|
||||
a.navbar-link= req.user._id
|
||||
|
|
Loading…
Reference in a new issue