dhunt84971 / CalendarNotes

Electron app - Calendar based daily notes (journal) stored in a MySQL or SQLite DB.
http://calendarnotes.org
MIT License
3 stars 1 forks source link

Code Update: Convert the page layout to use flex. #5

Closed dhunt84971 closed 5 years ago

dhunt84971 commented 5 years ago

The page currently relies too much on absolute position and margins. This leads to slight alignment issues and makes the page layout hard to manage. Moving the page layout to flex would make things easier to manage and modify for the future.

dhunt84971 commented 5 years ago

Conversion to flex has been completed.