Fix Navbar elements
Noticed there was a div instead of li, and then repaired the css to make it fit the same way it was as a div. (plus a bit of gridlike alignment to the right)
This commit is contained in:
@@ -29,6 +29,6 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
|
||||
else
|
||||
li.brownie-points-nav
|
||||
a(href='/' + user.username) [ #{user.progressTimestamps.length} ]
|
||||
.hidden-xs.hidden-sm
|
||||
a(href='/' + user.username)
|
||||
li.hidden-xs.hidden-sm.avatar
|
||||
a(href='/' + user.username)
|
||||
img.profile-picture.float-right(src='#{user.picture}')
|
||||
|
Reference in New Issue
Block a user