trying to fix this²
This commit is contained in:
parent
8e9a893c79
commit
136b4dbba5
|
@ -116,7 +116,7 @@
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile--image-dropdown .dropdown-toggle {
|
.profile--image-dropdown {
|
||||||
padding-top: 16px;
|
padding-top: 16px !important;
|
||||||
padding-bottom: 16px;
|
padding-bottom: 16px !important;
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
%li.dropdown.profile--image-dropdown
|
%li.dropdown
|
||||||
%a.dropdown-toggle{href: "#", "data-toggle" => "dropdown"}
|
%a.dropdown-toggle.profile--image-dropdown{href: "#", "data-toggle" => "dropdown"}
|
||||||
%img.img-rounded.answerbox--img.hidden-xs{src: current_user.profile_picture.url(:small)}
|
%img.img-rounded.answerbox--img.hidden-xs{src: current_user.profile_picture.url(:small)}
|
||||||
%span.visible-xs= current_user.screen_name
|
%span.visible-xs= current_user.screen_name
|
||||||
%b.caret
|
%b.caret
|
||||||
|
|
Loading…
Reference in New Issue