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

edits to CSS

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