mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +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'
|
||||
},
|
||||
buttonBar: {
|
||||
height: 45,
|
||||
marginBottom: 1,
|
||||
paddingLeft: 2
|
||||
height: 40,
|
||||
textAlign: 'center'
|
||||
},
|
||||
elements: {
|
||||
position: 'absolute',
|
||||
left: 0,
|
||||
right: 0,
|
||||
top: 27,
|
||||
top: 40,
|
||||
bottom: 0,
|
||||
overflowX: 'hidden',
|
||||
overflowY: 'auto'
|
||||
|
|
|
@ -2,11 +2,14 @@ import React from 'react';
|
|||
|
||||
const styles = {
|
||||
base: {
|
||||
paddingTop: 3,
|
||||
paddingBottom: 3,
|
||||
marginTop: 5,
|
||||
marginLeft: 4,
|
||||
minWidth: 40,
|
||||
paddingLeft: 6,
|
||||
paddingRight: 6,
|
||||
marginTop: 2,
|
||||
height: 30,
|
||||
borderRadius: 4,
|
||||
lineHeight: "30px",
|
||||
display: 'inline-block',
|
||||
fontSize: '0.8em'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user