-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Fix: small gap underneath chat report header #58296
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
Changes from all commits
eaac5c7
054e438
1cf9950
d255b9f
e4f8d0a
170b38a
867cbb0
7a90cb8
b0fe121
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 |
|---|---|---|
|
|
@@ -5432,8 +5432,13 @@ const styles = (theme: ThemeColors) => | |
| }, | ||
|
|
||
| progressBarWrapper: { | ||
| height: 2, | ||
| overflow: 'hidden', | ||
| width: '100%', | ||
| position: 'absolute', | ||
| top: 'auto', | ||
| bottom: -0.5, | ||
|
Contributor
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. Sorry, this should be -1px and not a half pixel value.
Contributor
Author
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 chat header has a bottom border with a height of 1px. Therefore, if we want the element to align in the middle of the border, we need to set it to -0.5px. Let me attach screenshots to show the difference.
Contributor
Author
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.
Contributor
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. Yeah, understood, but I don't think we want the half pixel. I think -1px makes sense but I can't remember what we were doing before. Can you check for us and let us know? |
||
| left: 0, | ||
| zIndex: 222, | ||
| }, | ||
|
|
||
| accountSwitcherAnchorPosition: { | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.