trying to fix this³
This commit is contained in:
parent
136b4dbba5
commit
4e7c0ec819
|
@ -116,7 +116,7 @@
|
|||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.profile--image-dropdown {
|
||||
.profile--image-dropdown > a {
|
||||
padding-top: 16px !important;
|
||||
padding-bottom: 16px !important;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
%li.dropdown
|
||||
%a.dropdown-toggle.profile--image-dropdown{href: "#", "data-toggle" => "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
|
||||
%b.caret
|
||||
|
|
Loading…
Reference in New Issue