Skip to content

Instantly share code, notes, and snippets.

@ryanjyost
Last active March 27, 2019 02:14
Show Gist options
  • Select an option

  • Save ryanjyost/9e8d5301b60bdeaaac212316f6399b0d to your computer and use it in GitHub Desktop.

Select an option

Save ryanjyost/9e8d5301b60bdeaaac212316f6399b0d to your computer and use it in GitHub Desktop.
last bit
//... same above
const contentStyle = {
paddingTop: styles.showSidebar ? 20 : styles.topBarHeight + 20,
paddingRight: 20,
paddingBottom: styles.showSidebar ? 20 : styles.footerMenuHeight + 20,
paddingLeft: styles.showSidebar ? styles.sidebarWidth + 20 : 20
};
//... same below
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment