more optimizations to mobile display
This commit is contained in:
parent
f46ebe5a30
commit
42dd275b2f
|
@ -120,3 +120,7 @@
|
|||
padding-top: 16px !important;
|
||||
padding-bottom: 16px !important;
|
||||
}
|
||||
|
||||
.navbar--inline-block {
|
||||
display: inline-block !important;
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
%a.dropdown-toggle{href: "#", "data-toggle" => "dropdown"}
|
||||
%img.img-rounded.answerbox--img.hidden-xs{src: current_user.profile_picture.url(:small)}
|
||||
.visible-xs= current_user.screen_name
|
||||
%b.caret.visible-xs
|
||||
%b.caret.visible-xs.navbar--inline-block
|
||||
%ul.dropdown-menu.profile--dropdown
|
||||
%li.hidden-xs
|
||||
.media.profile--dropdown-media
|
||||
|
|
Loading…
Reference in New Issue