Fix cut off position of project select menu on mobile

pull/6271/merge
Wieland Lindenthal 7 years ago
parent 16b070ac46
commit 287c7e9caf
  1. 6
      app/assets/stylesheets/layout/_top_menu_mobile.sass

@ -45,8 +45,8 @@
@include varprop(font-size, header-item-font-size)
text-decoration: none
padding: 0 15px
.nosidebar
#mobile-main-menu-toggle
.nosidebar &
display: none
#logo
background-color: transparent
@ -83,6 +83,8 @@
border-right: none
left: -1 * ($hamburger-width + $hamburger-right)
border-left: none
.nosidebar &
left: 0px
#account-nav-right
> li

Loading…
Cancel
Save