Skip to content
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

Fix search modal styling #3744

Conversation

blazejkustra
Copy link
Contributor

@blazejkustra blazejkustra commented Nov 7, 2022

Description

Search modal has too big margin. It is due to the fact that html element section was styled in custom.css file that should style only the landing page, therefore serach modal was styled by mistake.

before:
image

after:
image

Copy link
Member

@kacperkapusciak kacperkapusciak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh... Something has changed recently either in Docusaurus or in the Algolia side because it definitely worked and looked correctly in the past 🤔

Either way thanks for the fix! 💞

@kacperkapusciak kacperkapusciak merged commit 992c982 into software-mansion:main Nov 7, 2022
j-piasecki added a commit to software-mansion/react-native-gesture-handler that referenced this pull request Nov 7, 2022
## Description

This PR applies the same changes as
software-mansion/react-native-reanimated#3744,
thanks @blazejkustra!

Before:
<img width="569" alt="Screenshot 2022-11-07 at 09 18 06"
src="https://user-images.githubusercontent.com/21055725/200260032-65bb1b5d-4b7f-4c21-a914-6ebf434d0cf9.png">

After:
<img width="569" alt="Screenshot 2022-11-07 at 09 17 40"
src="https://user-images.githubusercontent.com/21055725/200260056-648c39bb-6fb7-46bc-b04c-65a98c002d3e.png">
piaskowyk pushed a commit that referenced this pull request Nov 7, 2022
Search modal has too big margin. It is due to the fact that html element
`section` was styled in `custom.css` file that should style only the
landing page, therefore search modal was styled by mistake.
fluiddot pushed a commit to wordpress-mobile/react-native-reanimated that referenced this pull request Jun 5, 2023
Search modal has too big margin. It is due to the fact that html element
`section` was styled in `custom.css` file that should style only the
landing page, therefore search modal was styled by mistake.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants