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

Desktop: Resolves #917: Larger search bar (#1933)

* 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:
Subodh Dahal 2019-10-02 23:55:29 +02:00 committed by Laurent Cozic
parent a4e5054008
commit 43083b0b7a

View File

@ -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,