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:
@ -279,7 +279,7 @@ ul {
|
|||||||
|
|
||||||
.navbar-right {
|
.navbar-right {
|
||||||
@media (min-width: 767px) {
|
@media (min-width: 767px) {
|
||||||
padding-right: 50px;
|
margin-right:0;
|
||||||
}
|
}
|
||||||
@media (max-width: 991px) and (min-width: 768px) {
|
@media (max-width: 991px) and (min-width: 768px) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -300,6 +300,8 @@ ul {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.avatar, li.avatar > a { padding:0; margin:0 }
|
||||||
|
|
||||||
.thin-progress-bar {
|
.thin-progress-bar {
|
||||||
height: 8px;
|
height: 8px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
|
@ -29,6 +29,6 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
|
|||||||
else
|
else
|
||||||
li.brownie-points-nav
|
li.brownie-points-nav
|
||||||
a(href='/' + user.username) [ #{user.progressTimestamps.length} ]
|
a(href='/' + user.username) [ #{user.progressTimestamps.length} ]
|
||||||
.hidden-xs.hidden-sm
|
li.hidden-xs.hidden-sm.avatar
|
||||||
a(href='/' + user.username)
|
a(href='/' + user.username)
|
||||||
img.profile-picture.float-right(src='#{user.picture}')
|
img.profile-picture.float-right(src='#{user.picture}')
|
||||||
|
Reference in New Issue
Block a user