Merge pull request #1244 from 0xProject/developerSectionNits
Remaining Developer Section Design Nits
This commit is contained in:
@@ -157,9 +157,10 @@ export class DevelopersPage extends React.Component<DevelopersPageProps, Develop
|
||||
>
|
||||
<Container
|
||||
borderBottom={this.state.isSidebarScrolling ? `1px solid ${colors.grey300}` : 'none'}
|
||||
paddingBottom="2px"
|
||||
>
|
||||
<Container paddingTop="30px" paddingLeft="10px" paddingBottom="8px">
|
||||
<DocsLogo height={36} />
|
||||
<DocsLogo />
|
||||
</Container>
|
||||
</Container>
|
||||
<SidebarContainer onWheel={this._throttledSidebarScrolling}>
|
||||
|
Reference in New Issue
Block a user