adjusted height of buttonbar and padding on actionbar

This commit is contained in:
dzannotti 2015-08-11 22:41:46 +01:00
parent a695bb25a3
commit 4ec79f8f5a
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ const styles = {
fontSize: '0.95em'
},
buttonBar: {
height: 26,
height: 45,
marginBottom: 1,
paddingLeft: 2
},

View File

@ -3,8 +3,8 @@ import JSONTree from './JSONTree';
const styles = {
actionBar: {
paddingTop: 6,
paddingBottom: 4,
paddingTop: 7,
paddingBottom: 6,
paddingLeft: 10,
marginBottom: 1
},