all but todo is at least semi functional

This commit is contained in:
Bel LaPointe
2022-02-15 16:19:50 -07:00
parent dd7dafa1b2
commit 0cb929731f
4 changed files with 4 additions and 5 deletions

View File

@@ -64,7 +64,7 @@
<article id="article">
<div class="columns">
<span class="r_buffer">
<form action="#" onsubmit="pushFile(); return false;"> <!-- TODO -->
<form action="#" onsubmit="pushFile(); return false;">
<input class="button-info lil_btn" type="submit" value="SAVE"/>
</form>
</span>

View File

@@ -39,7 +39,6 @@
const title=id ? branch.Leaf.Title : "ROOT"
return `
<a style="flex-grow: 1;" href="${href}"><button style="width: 100%; text-align: left; outline: none;">${title}</button></a>
<!-- TODO -->
<a href="${href}/${crypto.randomUUID().split("-")[0]}"><button>+</button></a>
`
}

View File

@@ -68,7 +68,7 @@
}
.lr_fullscreen {
width: 100%;
max-width: 1024px;
/*max-width: 1024px;*/
margin-right: auto;
margin-left: auto;
}