Last active
March 27, 2019 02:14
-
-
Save ryanjyost/9e8d5301b60bdeaaac212316f6399b0d to your computer and use it in GitHub Desktop.
last bit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //... 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