File tree 1 file changed +4
-4
lines changed
web/src/pages/Courts/CourtDetails
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ const CourtInfo = styled.div`
52
52
const ButtonContainer = styled . div `
53
53
display: flex;
54
54
flex-wrap: wrap;
55
- flex-direction: column ;
56
- align-items: flex-start ;
57
- gap: 8px ;
55
+ flex-direction: row ;
56
+ justify-content: center ;
57
+ gap: 20px ;
58
58
59
59
${ landscapeStyle (
60
60
( ) => css `
@@ -104,12 +104,12 @@ const CourtDetails: React.FC = () => {
104
104
{ items . length > 1 && items [ 0 ] ?. value !== 1 ? < StyledBreadcrumb items = { items } /> : null }
105
105
</ CourtInfo >
106
106
< ButtonContainer >
107
+ { ! isProductionDeployment ( ) && < ClaimPnkButton /> }
107
108
< HowItWorks
108
109
isMiniGuideOpen = { isStakingMiniGuideOpen }
109
110
toggleMiniGuide = { toggleStakingMiniGuide }
110
111
MiniGuideComponent = { Staking }
111
112
/>
112
- { ! isProductionDeployment ( ) && < ClaimPnkButton /> }
113
113
</ ButtonContainer >
114
114
</ CourtHeader >
115
115
< StakePanel id = { ! isUndefined ( id ) ? id : "" } courtName = { policy ?. name } />
You can’t perform that action at this time.
0 commit comments