-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Bug/logs search bar mobile #7892
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
base: master
Are you sure you want to change the base?
Conversation
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.
💡 To request another review, post a new comment with "/windsurf-review".
|
/windsurf-review |
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.
💡 To request another review, post a new comment with "/windsurf-review".
| .input-group-search__icon--cross { | ||
| left: -4.5rem; | ||
| right: 4.5rem; | ||
| cursor: pointer; | ||
| } | ||
|
|
||
| .input-group-search__icon--tooltip { | ||
| left: -4rem; | ||
| right: 2.5rem; |
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.
The positioning changes from left-based to right-based for the cross and tooltip icons use different distance values. Please verify that these new positions correctly align the icons as intended, especially on mobile devices. You might need to adjust the values after testing on various screen sizes.
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.
The positioning changes from left-based to right-based for the cross and tooltip icons use different distance values. Please verify that these new positions correctly align the icons as intended, especially on mobile devices. You might need to adjust the values after testing on various screen sizes.
I can confirm that this change work one all polular screen size.
Fix Query log search bar width issue on mobile device
Closes #7388