forked from MarseyWorld/MarseyWorld
remove unused class
parent
c3f465f206
commit
3f375f46a2
|
@ -26,7 +26,7 @@
|
|||
<button type="submit" class="btn btn-primary" style="margin-top:-5px">Save</button>
|
||||
</form>
|
||||
{% else %}
|
||||
<button type="submit" class="btn btn-danger ml-1 ml-md-3 px-2 pt-1 pb-mob-1 text-small-sm" style="margin-top:-3px;padding-top:0.1rem;padding-bottom:0.15rem" data-nonce="{{g.nonce}}" data-onclick="areyousure(this)" data-areyousure="postToastReload(this, '/chat/{{chat.id}}/leave')">Leave</button>
|
||||
<button type="submit" class="btn btn-danger ml-1 ml-md-3 px-2 pb-mob-1 text-small-sm" style="margin-top:-3px;padding-top:0.1rem;padding-bottom:0.15rem" data-nonce="{{g.nonce}}" data-onclick="areyousure(this)" data-areyousure="postToastReload(this, '/chat/{{chat.id}}/leave')">Leave</button>
|
||||
{% endif %}
|
||||
|
||||
<div class="border-right d-md-none fl-r pt-2 mr-3">
|
||||
|
|
Loading…
Reference in New Issue