"Slightly better styling on edit button"

This commit is contained in:
Cris Stringfellow 2021-12-31 11:04:19 +08:00
parent 543f28ba91
commit a8540f489e
1 changed files with 10 additions and 1 deletions

View File

@ -193,7 +193,16 @@ function IndexView(urls, {edit:edit = false} = {}) {
}
</summary>
<div style="position: absolute;">
<button><em style=font-size:x-large;line-height:0.5;>&#9986;</em> edit</button>
<button><em style="
font-size:x-large;
line-height:0.5;
position: relative;
top: 0.185em;
">
&#9986;
</em>
edit
</button>
</div>
</details>
</form>