mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +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'
|
||||
},
|
||||
buttonBar: {
|
||||
height: 26,
|
||||
height: 45,
|
||||
marginBottom: 1,
|
||||
paddingLeft: 2
|
||||
},
|
||||
|
|
|
@ -3,8 +3,8 @@ import JSONTree from './JSONTree';
|
|||
|
||||
const styles = {
|
||||
actionBar: {
|
||||
paddingTop: 6,
|
||||
paddingBottom: 4,
|
||||
paddingTop: 7,
|
||||
paddingBottom: 6,
|
||||
paddingLeft: 10,
|
||||
marginBottom: 1
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user