[28149] Absolute position of search input within its item only

https://community.openproject.com/wp/28149

[ci skip]
pull/6507/head
Oliver Günther 6 years ago
parent 0fcc0fff44
commit b9f77916c0
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 4
      app/assets/stylesheets/layout/_top_menu.sass

@ -178,8 +178,8 @@ $hamburger-width: 50px
.top-menu-search
display: inline-block
position: relative
&:not(.-collapsed) > div
position: relative
padding-top: 9px
.top-menu-search--wrapper
@ -303,7 +303,7 @@ input.top-menu-search--input
input.top-menu-search--input
margin: 0
position: absolute
right: 170px
right: 0
bottom: 10px
z-index: 10

Loading…
Cancel
Save