mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:09:53 +01:00
more optimizations to mobile display
This commit is contained in:
parent
f46ebe5a30
commit
42dd275b2f
2 changed files with 5 additions and 1 deletions
|
@ -119,4 +119,8 @@
|
|||
.profile--image-dropdown > a {
|
||||
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 a new issue