Fixed the broken vertical line in Chart/Gears activities, ensuring its applicable on all plaforms (issue: #1646)
Steps:
Divided the toolbar in two parts left and right, useddislay: flex and justify-content: space-between to move both the part to ends of both side of screen. and used dislay: flex and align-item:centre to move hr to correct position.
Earlier the negative margin was causing the cross platform issue for hr. Removed the negative margin.
Fixed the broken vertical line in Chart/Gears activities, ensuring its applicable on all plaforms (issue: #1646)
Steps:
dislay: flex
andjustify-content: space-between
to move both the part to ends of both side of screen. and useddislay: flex
andalign-item:centre
to move hr to correct position.Chrome:
Firefox:
Electron.js app: