mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Can find the biggest diffs
Former-commit-id: 29c753d2460f8c816ff491214331a1eebd3b85dc [formerly 3656760f77b9b5254432788bccd45f49b19282c4] [formerly 850a9052f998d573e0adbbeba43436b6b6fee431 [formerly 1b583d1186609df4f4d22e53d5cc73cc67a7ec7f [formerly594360fe7a
]]] Former-commit-id: c25cbf36f365ded85d14203daf6796ad854b4b5d [formerly cc9f04eb2aa6c93c474cc2f78c3aff2ce9ef6e55] Former-commit-id: 500c60a54acf1e2501a5083ec13412af3f2b4f47 Former-commit-id:021dd6e9e7
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
textarea {
|
||||
width: 100%;
|
||||
margin: 5px 0;
|
||||
padding: 20px;
|
||||
padding: 10px;
|
||||
border: none;
|
||||
overflow: auto;
|
||||
outline: none;
|
||||
@@ -72,10 +72,7 @@
|
||||
<form action='#' id="emit" method="post" name="emit">
|
||||
|
||||
<div>
|
||||
<textarea autofocus rows={{ .NumRows }} class='auto_submit_item' id="emit_data" name="emit_data" placeholder="Start typing, it will save automatically.
|
||||
Go to cowyo.com/{{ .Title }} to reload this page.
|
||||
Do not post anything private.
|
||||
Anyone with the URL can access this note.">{{ .CurrentText }}</textarea>
|
||||
<textarea autofocus rows={{ .NumRows }} class='auto_submit_item' id="emit_data" name="emit_data" placeholder="Start typing, it will save automatically. Go to cowyo.com/{{ .Title }} to reload your note. Do not post anything private since anyone with the URL can access this note.">{{ .CurrentText }}</textarea>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user