-
Notifications
You must be signed in to change notification settings - Fork 5
chore: slot detail stats density and layout #158
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: amliu/navigation1
Are you sure you want to change the base?
Conversation
f7898a3 to
665f4b7
Compare
asuzuki-jumptrading
left a comment
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.
LG!
| padding: 8px 16px; | ||
| background: var(--container-background-color); | ||
|
|
||
| &.bg { |
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.
Does this mean all cards will have this background? Are there any cases where we didn't want the bg?
| <CumulativeExecutionTimeStats /> | ||
| <ExecutionTime /> | ||
| </Flex> | ||
| <SlotDetailsSection title="Compute" flexBasis="0" flexGrow="2"> |
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.
Why is the flexBasis 0 needed here?
| <IncomeDistributionCharts /> | ||
| <IncomeScatterCharts /> | ||
| </Flex> | ||
| <SlotDetailsSection title="Fees" flexBasis="0" flexGrow="2"> |
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.
Same here with flexBasis 0
No description provided.