Skip to content

Commit

Permalink
Update styling of FrameDataCard to reflect list view
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdj92 committed Jun 7, 2017
1 parent 988ac5a commit 822eafe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/components/DataList/DataList.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ const styles = StyleSheet.create({
flex: 1,
flexWrap: 'wrap',
flexDirection: 'row',
alignItems: 'stretch',
justifyContent: 'space-between'
alignItems: 'stretch'
// justifyContent: 'space-between'
},
cell: {
flex: 1,
Expand Down
8 changes: 4 additions & 4 deletions src/components/FrameData/FrameDataCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,10 @@ export default class FrameDataCard extends React.Component {

const Styles = StyleSheet.create({
container: {
height: 98
height: 72
},
card: {
height: 95,
zIndex: -3,
height: 70,
},
empty: {
opacity: 0
Expand All @@ -115,7 +114,8 @@ const Styles = StyleSheet.create({
fontWeight: 'bold',
paddingTop: 10,
paddingLeft: 15,
fontFamily: 'Exo2-Regular'
fontFamily: 'Exo2-Regular',
fontSize: 16
},
cardContainer: {
flex: 1,
Expand Down
4 changes: 2 additions & 2 deletions src/components/Inputs/Inputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ const Styles = StyleSheet.create({
flexDirection: 'row',
justifyContent: 'flex-end',
paddingRight: 10,
paddingTop: 18,
paddingBottom: 13
paddingTop: 5,
paddingBottom: 10
},
inputChild: {
marginLeft: 2,
Expand Down
3 changes: 1 addition & 2 deletions src/containers/CharacterProfile/MoveList.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ const Styles = StyleSheet.create({
},
row: {
flexDirection:'row',
alignItems: 'flex-start',
paddingLeft: 3
alignItems: 'flex-start'
},
rbnorway: {
textAlign: 'center',
Expand Down

0 comments on commit 822eafe

Please sign in to comment.