mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 13:46:55 +03:00
pixel pushed buttons at top
This commit is contained in:
parent
e222f98be6
commit
476122253f
|
@ -13,15 +13,14 @@ const styles = {
|
||||||
fontSize: '0.95em'
|
fontSize: '0.95em'
|
||||||
},
|
},
|
||||||
buttonBar: {
|
buttonBar: {
|
||||||
height: 45,
|
height: 40,
|
||||||
marginBottom: 1,
|
textAlign: 'center'
|
||||||
paddingLeft: 2
|
|
||||||
},
|
},
|
||||||
elements: {
|
elements: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: 0,
|
left: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
top: 27,
|
top: 40,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
overflowX: 'hidden',
|
overflowX: 'hidden',
|
||||||
overflowY: 'auto'
|
overflowY: 'auto'
|
||||||
|
|
|
@ -2,11 +2,14 @@ import React from 'react';
|
||||||
|
|
||||||
const styles = {
|
const styles = {
|
||||||
base: {
|
base: {
|
||||||
paddingTop: 3,
|
marginTop: 5,
|
||||||
paddingBottom: 3,
|
marginLeft: 4,
|
||||||
|
minWidth: 40,
|
||||||
paddingLeft: 6,
|
paddingLeft: 6,
|
||||||
paddingRight: 6,
|
paddingRight: 6,
|
||||||
marginTop: 2,
|
height: 30,
|
||||||
|
borderRadius: 4,
|
||||||
|
lineHeight: "30px",
|
||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
fontSize: '0.8em'
|
fontSize: '0.8em'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user