styling WIP

This commit is contained in:
nate smith 2024-02-19 01:33:05 -08:00
parent 895d93c1c1
commit e2b27278c4

View File

@ -31,12 +31,7 @@ div.line:not(.unpinned) > .linetext {
</template> </template>
<template id="linetmpl"> <template id="linetmpl">
<span> <span>
<button is="line-pinner">pin</button> <button is="line-pinner">pin</button><button is="line-editor">✎</button><button is="line-upper">↑</button><button is="line-downer">↓</button><button is="source-shower"></button><button is="line-remover">X</button>
<button is="line-editor">✎</button>
<button is="line-upper">↑</button>
<button is="line-downer">↓</button>
<button is="source-shower"></button>
<button is="line-remover">X</button>
</span> </span>
<span class="linetext"></span> <span class="linetext"></span>
<p is="source-text"></p> <p is="source-text"></p>