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:
parent
ee1df1a396
commit
fa32678645
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user