fix publish button alignment

pull/22/head
geese_suck 2022-11-26 12:19:32 -08:00
parent af74c7c1fc
commit d2c407d860
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% if v and v.id==p.author_id and p.private %}
<form action="/publish/{{p.id}}" method="post">
<form action="/publish/{{p.id}}" method="post" class="d-flex">
<input type="hidden" name="formkey", value="{{v|formkey}}">
<button type="submit" class="list-inline-item text-small p-0 m-0 mr-3 border-0 nobackground font-weight-bold" type="submit" onclick="disable(this)"><i class="fas fa-globe"></i>Publish</button>
</form>