1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

improve search bar text alignment (#1377)

This commit is contained in:
RaphaelKimmig 2019-03-31 19:26:47 +02:00 committed by Laurent Cozic
parent ee1df1a396
commit fa32678645

View File

@ -135,8 +135,11 @@ class HeaderComponent extends React.Component {
const inputStyle = {
display: 'flex',
flex: 1,
paddingLeft: 4,
paddingRight: 4,
paddingLeft: 6,
paddingRight: 6,
paddingTop: 1, // vertical alignment with buttons
paddingBottom: 0, // vertical alignment with buttons
height: style.fontSize * 2,
color: style.color,
fontSize: style.fontSize,
fontFamily: style.fontFamily,