Skip to content

Commit

Permalink
Restore feedback screen padding (keybase#22544)
Browse files Browse the repository at this point in the history
* restore feedback screen padding

* dedup
  • Loading branch information
mlsteele authored Feb 13, 2020
1 parent 533a4e4 commit f51d889
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shared/settings/feedback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,15 @@ const styles = Styles.styleSheetCreate(
isMobile: {...Styles.padding(Styles.globalMargins.tiny, Styles.globalMargins.small)},
}),
mainBox: Styles.platformStyles({
common: {
padding: Styles.globalMargins.small,
},
isElectron: {
maxWidth: 550,
padding: Styles.globalMargins.small,
width: '100%',
},
isTablet: {
maxWidth: Styles.globalStyles.mediumWidth,
padding: Styles.globalMargins.small,
width: '100%',
},
}),
Expand Down

0 comments on commit f51d889

Please sign in to comment.