-
Couldn't load subscription status.
- 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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -156,7 +156,7 @@ | |
|
|
||
| .input-group-search { | ||
| background-color: transparent; | ||
| position: relative; | ||
| position: absolute; | ||
| width: 1.5rem; | ||
| height: 1.5rem; | ||
| top: 0.4rem; | ||
|
|
@@ -167,12 +167,12 @@ | |
| } | ||
|
|
||
| .input-group-search__icon--cross { | ||
| left: -4.5rem; | ||
| right: 4.5rem; | ||
| cursor: pointer; | ||
| } | ||
|
|
||
| .input-group-search__icon--tooltip { | ||
| left: -4rem; | ||
| right: 2.5rem; | ||
|
Comment on lines
169
to
+175
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more.
I can confirm that this change work one all polular screen size. |
||
| } | ||
|
|
||
| .form-control--container { | ||
|
|
@@ -182,6 +182,9 @@ | |
| .field__search { | ||
| display: flex; | ||
| flex-grow: 1; | ||
| position: relative; | ||
| padding-left: 24px; | ||
| padding-right: 24px; | ||
| } | ||
|
|
||
| @media (max-width: 767.98px) { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.