forked from MarseyWorld/MarseyWorld
make chat buttons take full height
parent
a60db3f246
commit
658e6d4fd1
|
@ -90,8 +90,6 @@ p {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-top: auto;
|
|
||||||
margin-bottom: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote {
|
.quote {
|
||||||
|
|
|
@ -373,10 +373,10 @@
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</span>
|
</span>
|
||||||
<i class="quote btn fas fa-reply ml-auto" data-nonce="{{g.nonce}}" data-onclick="quote(this)"></i>
|
<button class="quote btn fas fa-reply ml-auto" data-nonce="{{g.nonce}}" data-onclick="quote(this)"></button>
|
||||||
{% if chat.id == 1 and v.admin_level >= PERMS.POST_COMMENT_MODERATION %}
|
{% if chat.id == 1 and v.admin_level >= PERMS.POST_COMMENT_MODERATION %}
|
||||||
<i class="btn del delconfirm fas fa-trash-alt"></i>
|
<button class="btn del delconfirm fas fa-trash-alt"></button>
|
||||||
<i class="btn d-none del delmsg fas fa-trash-alt text-danger" data-nonce="{{g.nonce}}" data-onclick="del(this)"></i>
|
<button class="btn d-none del delmsg fas fa-trash-alt text-danger" data-nonce="{{g.nonce}}" data-onclick="del(this)"></button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue