-
Notifications
You must be signed in to change notification settings - Fork 46
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
Channel Profile UI #1445
Channel Profile UI #1445
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
In the code provided, a few mistakes and typos were found:
Given these findings, here are the corrections to be made: // In MetaInfoDisplayer.js
<MetaContentConatiner bg={bgColor} padding={padding} margin="0 8px" radius="25px" maxWidth="fit-content" onMouseEnter={onMouseEnter} onMouseLeave={onMouseLeave}> // In ChannelsModule.tsx
@media ${device.mobileL} {
padding: 0px;
&::-webkit-scrollbar-track {
background-color: none;
border-radius: 9px;
}
&::-webkit-scrollbar {
width: 4px;
}
} // In ChannelProfile.tsx
&::-webkit-scrollbar-thumb {
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.44, #CF1C84),
color-stop(0.72, #CF1C84),
color-stop(0.86, #CF1C84)
);
} Please make these corrections based on the findings above. If you need further assistance or clarification, feel free to ask. All looks good. |
All looks good. |
All looks good. |
UI for channel Profile