-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(search): Add search suggestions style #296
Conversation
👋 @kreafox To generate the Storybook and Docusaurus websites, write comment with:
To generate only Storybook write comment with:
To generate only Docusaurus write comment with:
|
theme/themes/eea/extras/header.less
Outdated
} | ||
|
||
.wrapper { | ||
position: relative; | ||
display: flex; | ||
width: 100%; | ||
flex-direction: column; | ||
margin: @mobilePopupMarginTop 0; | ||
// margin: @mobilePopupMarginTop 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kreafox assign a value that you want instead of commenting this code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ichim-david done, I've fixed it. But I created new variables to have these specifically for the search popup.
theme/themes/eea/extras/header.less
Outdated
@@ -658,7 +683,7 @@ | |||
height: @computerPopUpHeight; | |||
|
|||
.wrapper { | |||
margin: @computerPopupMarginTop 0; | |||
// margin: @computerPopupMarginTop 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kreafox assign a value that you want instead of commenting this code
No description provided.