diff --git a/src/components/PartySegmentedControl/index.scss b/src/components/PartySegmentedControl/index.scss index 3665a032..182dee32 100644 --- a/src/components/PartySegmentedControl/index.scss +++ b/src/components/PartySegmentedControl/index.scss @@ -1,9 +1,10 @@ .PartyNavigation { display: flex; gap: 58px; - justify-content: right; + justify-content: center; margin: 0 auto; max-width: 760px; + position: relative; } .Extra { @@ -13,4 +14,6 @@ gap: 8px; line-height: 34px; height: 100%; + position: absolute; + right: 0px; } \ No newline at end of file diff --git a/src/components/PartySegmentedControl/index.tsx b/src/components/PartySegmentedControl/index.tsx index 088ed511..0d2a0583 100644 --- a/src/components/PartySegmentedControl/index.tsx +++ b/src/components/PartySegmentedControl/index.tsx @@ -22,6 +22,17 @@ interface Props { } const PartySegmentedControl = (props: Props) => { + const extraToggle = +