the navbar is kinda broken
This commit is contained in:
parent
1ef032e69e
commit
89ea02e7af
|
@ -115,3 +115,8 @@
|
|||
line-height: 1.33em;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.profile--image-dropdown {
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
%li.dropdown
|
||||
%li.dropdown.profile--image-dropdown
|
||||
%a.dropdown-toggle{href: "#", "data-toggle" => "dropdown"}
|
||||
%img.img-rounded.answerbox--img.hidden-xs{src: current_user.profile_picture.url(:small)}
|
||||
%span.visible-xs= current_user.screen_name
|
||||
|
|
Loading…
Reference in New Issue