mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Desktop: Improved: Removed gaps between note list and vertical resizers (#1464)
This commit is contained in:
parent
6335cbedb8
commit
d6e59c5238
@ -334,6 +334,8 @@ class MainScreenComponent extends React.Component {
|
||||
height: rowHeight,
|
||||
display: 'inline-block',
|
||||
verticalAlign: 'top',
|
||||
marginLeft: -5,
|
||||
marginRight: -5,
|
||||
};
|
||||
|
||||
this.styles_.noteText = {
|
||||
|
Loading…
Reference in New Issue
Block a user