-
-
Notifications
You must be signed in to change notification settings - Fork 727
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: adjust favorite icon placement #8930
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
@@ -30,7 +30,7 @@ export const FavoriteIconHeader: VFC<IFavoriteIconHeaderProps> = ({ | |||
> | |||
<IconButton | |||
sx={{ | |||
mx: -2.75, | |||
mx: -0.75, |
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.
reverts #8888
@@ -5,8 +5,8 @@ import StarBorderIcon from '@mui/icons-material/StarBorder'; | |||
import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender'; | |||
|
|||
const StyledCell = styled(Box)(({ theme }) => ({ | |||
paddingLeft: theme.spacing(0), | |||
paddingRight: theme.spacing(1), | |||
paddingLeft: theme.spacing(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.
reverts #8888
@@ -12,8 +12,7 @@ interface IRowSelectCellProps { | |||
const StyledBoxCell = styled(Box)(({ theme }) => ({ | |||
display: 'flex', | |||
justifyContent: 'center', | |||
paddingLeft: theme.spacing(1), | |||
paddingRight: theme.spacing(0), | |||
marginRight: theme.spacing(-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.
this will keep the project table compact while not affecting the search view
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.
tables have some default view that we can't get past so need a negative margin here
About the changes
Adjust search favorite icon placement
but the the project table compact
Important files
Discussion points