Skip to content
Snippets Groups Projects
Commit 20c43b62 authored by Adam Procter's avatar Adam Procter
Browse files

Merge branch 'main' into futurenogg

parents 5cff9bde e25a27b3
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
<!-- Open Graph -->
<meta property="og:image" content="https://alpha.nodenogg.in/files/logo_nt.png" />
......
......@@ -8,8 +8,12 @@
:id="nodes.node_id"
ref="textentry"
placeholder="Type your thoughts and ideas here! (auto saved every keystroke)"
rows="5"
></textarea>
<p class="info">*markdown supported &amp; autosaves</p>
<button>Colour</button>
<button>Read</button>
<button>Discard</button>
</template>
<template v-else>
<p
......@@ -97,6 +101,11 @@ export default {
}
textarea {
width: 95%;
font-size: 1em;
resize: none;
border: none;
background-color: rgb(187, 225, 247);
width: 100%;
box-sizing: border-box;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment