mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
* Increased the width of search bar * Added some margin to the left ofsearch bar * Reduced left margin for the search bar
This commit is contained in:
parent
a4e5054008
commit
43083b0b7a
@ -161,11 +161,13 @@ class HeaderComponent extends React.Component {
|
||||
const inputStyle = {
|
||||
display: 'flex',
|
||||
flex: 1,
|
||||
marginLeft: 10,
|
||||
paddingLeft: 6,
|
||||
paddingRight: 6,
|
||||
paddingTop: 1, // vertical alignment with buttons
|
||||
paddingBottom: 0, // vertical alignment with buttons
|
||||
height: style.fontSize * 2,
|
||||
width: 300,
|
||||
color: style.color,
|
||||
fontSize: style.fontSize,
|
||||
fontFamily: style.fontFamily,
|
||||
|
Loading…
Reference in New Issue
Block a user