all but todo is at least semi functional
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
`
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
}
|
||||
.lr_fullscreen {
|
||||
width: 100%;
|
||||
max-width: 1024px;
|
||||
/*max-width: 1024px;*/
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user