We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbaf8c commit 5bb9967Copy full SHA for 5bb9967
README.md
@@ -7,7 +7,7 @@ Features
7
- Add / Edit / Delete Notes.
8
- Download Notes as Markdown files.
9
- Markdown editing tools.
10
-- Filter notes' titles.
+- Filter/Search notes.
11
- Syntax highliting for code blocks.
12
- Detect HTML in clipboard content (on paste event) and convert to Markdown.
13
- Emojis!! :fire: :heart_eyes: :star2: :sunglasses: :sparkles:
public/styles/style.css
@@ -830,7 +830,7 @@ input[type="text"]#title {
830
831
}
832
833
-@media screen and (max-width: 300px) {
+@media screen and (max-width: 250px) {
834
#notes {
835
overflow: scroll;
836
margin-top: 1px;
0 commit comments