Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.18k stars 801 forks source link

fix bug class causes sync button to overflow top bar over sidebar #961

Closed daed closed 6 years ago

daed commented 6 years ago

Configuring dropbox will cause the sync button to appear, but the button is set to 50% width of the div, causing the new button to overflow over the sidebar list of notes.
overflow

Fix removes the class that causes this, making the buttons align nicely in a row. fix

petrkrejcik commented 6 years ago

Nice that you are fixing it 👍