Skip to content

Commit

Permalink
adjust position of publish box in different PR - reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud authored and Mahmoud committed Dec 2, 2022
1 parent 6c8ef2e commit e20ebe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publisher/src/components/Onboarding/Onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ const OnboardingModal = styled.div<{
if (position === "publishdata") {
return `
bottom: calc(100% - ${modalHeight}px - 113px);
left: calc(100% - 552px);
top: 64px;
left: calc(100% - 532px - ${SIDE_PANEL_WIDTH}px);
top: 113px;
right: ${SIDE_PANEL_WIDTH}px;
`;
}
Expand Down

0 comments on commit e20ebe3

Please sign in to comment.