mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +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 = {
|
const inputStyle = {
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flex: 1,
|
flex: 1,
|
||||||
paddingLeft: 4,
|
paddingLeft: 6,
|
||||||
paddingRight: 4,
|
paddingRight: 6,
|
||||||
|
paddingTop: 1, // vertical alignment with buttons
|
||||||
|
paddingBottom: 0, // vertical alignment with buttons
|
||||||
|
height: style.fontSize * 2,
|
||||||
color: style.color,
|
color: style.color,
|
||||||
fontSize: style.fontSize,
|
fontSize: style.fontSize,
|
||||||
fontFamily: style.fontFamily,
|
fontFamily: style.fontFamily,
|
||||||
|
Loading…
Reference in New Issue
Block a user