martinstoeckli / SilentNotes

SilentNotes is a simple note taking app which respects your privacy.

Home Page:https://www.martinstoeckli.ch/silentnotes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to fit the width of the note box to the screen width?

goodenoughcui168 opened this issue · comments

Now the notes display as small text boxes. However, I just want to extend the width of the note box to the margin of the phone screen so the items show as lists. I can not find a setting option related to enlarging the width though there is an option to control the height. How can I realize that?

Currently there is no option to stretch the notes to take the whole width of the screen. The grid is designed in a responsive way, for narrow screens the notes take the available width, for larger screens they are wrapped in a grid with several columns. I can keep this open as a feature request (but cannot promise a date). What would better fit your requirements?

  1. An option whitch forces the notes to take the whole screen, the same way they are displayed on narrow screens.
  2. An option to specify a width, so the notes are still arranged in a grid, but with a user defined width.