mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
adjusted height of buttonbar and padding on actionbar
This commit is contained in:
parent
a695bb25a3
commit
4ec79f8f5a
|
@ -13,7 +13,7 @@ const styles = {
|
||||||
fontSize: '0.95em'
|
fontSize: '0.95em'
|
||||||
},
|
},
|
||||||
buttonBar: {
|
buttonBar: {
|
||||||
height: 26,
|
height: 45,
|
||||||
marginBottom: 1,
|
marginBottom: 1,
|
||||||
paddingLeft: 2
|
paddingLeft: 2
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,8 +3,8 @@ import JSONTree from './JSONTree';
|
||||||
|
|
||||||
const styles = {
|
const styles = {
|
||||||
actionBar: {
|
actionBar: {
|
||||||
paddingTop: 6,
|
paddingTop: 7,
|
||||||
paddingBottom: 4,
|
paddingBottom: 6,
|
||||||
paddingLeft: 10,
|
paddingLeft: 10,
|
||||||
marginBottom: 1
|
marginBottom: 1
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user