"Slightly better styling on edit button"
This commit is contained in:
parent
543f28ba91
commit
a8540f489e
|
@ -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;>✂</em> edit</button>
|
||||
<button><em style="
|
||||
font-size:x-large;
|
||||
line-height:0.5;
|
||||
position: relative;
|
||||
top: 0.185em;
|
||||
">
|
||||
✂
|
||||
</em>
|
||||
edit
|
||||
</button>
|
||||
</div>
|
||||
</details>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue