Hi guys, After applying pinned posts, I think we ...
# ui
f
Hi guys, After applying pinned posts, I think we should do a minor change on the UI. Specifically, two div class of
Pinned Post
and
Domains
overlap each other. My thought is removing
margin-top
in
DomainsRecomendationContainer
config. Does it look good? cc @green-football-43791
Copy code
const DomainsRecomendationContainer = styled.div`
    margin-top: -48px;
    margin-bottom: 32px;
    max-width: 1000px;
    min-width: 750px;
`;
p/s: added a PR for this case. https://github.com/datahub-project/datahub/pull/6246
b
Thank you!
I know @echoing-airport-49548 was planning to raise a PR to the same effect early next week - to address the margin issues people are facing
Ill let him take a look 🙂
f
Thanks @big-carpet-38439
e
Hey @famous-florist-7218 sorry I was on vacation last week but I can take a look at this today! Thanks for raising this PR
Responded on the PR, but I think we should close that PR in favor of this one https://github.com/datahub-project/datahub/pull/6234
f
This PR has been closed. Thanks @echoing-airport-49548
e
Thanks! I’ll keep you updated when this one goes in