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.19k stars 801 forks source link

Title bar size doesn't not fit well on smartphone #243

Closed romu70 closed 9 years ago

romu70 commented 9 years ago

Hi, I'm trying to use Laverna on a smartphone which has 540*960 display size. In portrait mode, the Laverna title bar does not fit well the screen width: the "refresh" and "new note" buttons are located on a second line (instead of being on the first line as the notebook selector and search button) which overlaps the first note.

romu70 commented 9 years ago

I'm not really aware of less, but I reducing the margin-right value in sidebar.less for the object .navbar .addlink from 15 px to 10 px helps a bit.

romu70 commented 9 years ago

Indeed this didn't change anything in my case. Problem is still there.

wwwredfish commented 9 years ago

The changes are made on dev branch.

romu70 commented 9 years ago

Ok thanks. An ETA?

wwwredfish commented 9 years ago

We will merge dev and master branches after we fix/re-implement synchronization.