higher line height for overflowed actions

master
Aevann 2024-09-25 10:25:32 +03:00
parent 1e5d33aba7
commit 898fcbdc18
3 changed files with 3 additions and 3 deletions

View File

@ -378,7 +378,7 @@
</div>
</div>
<ul class="d-none d-md-flex list-inline text-right text-md-left"><li>
<ul class="d-none d-md-flex list-inline text-right text-md-left" style="line-height: 2"><li>
{% if v %}
<button type="button" tabindex="0" data-nonce="{{g.nonce}}" data-onclick="vote('comment', '{{c.id}}', '1')" class="comment-{{c.id}}-up btn caction py-0 m-0 px-3 nobackground arrow-up upvote-button mx-0 comment-{{c.id}}-up {% if voted == 1 %}active{% endif %} {% if disable_votes and voted != 1 %}disabled {% endif %}"></button>
{% else %}

View File

@ -236,7 +236,7 @@
{% endif %}
<div class="d-none d-md-flex justify-content-between align-items-center mt-2">
<div class="post-actions mt-2">
<ul class="list-inline text-right text-md-left w-100">
<ul class="list-inline text-right text-md-left w-100" style="line-height: 2">
<a class="list-inline-item" {% if v and v.newtab %}data-target="t" target="_blank"{% endif %} href="{{p.permalink}}">
<i class="fas fa-comment-dots mr-2"></i>{{p.comment_count}}
<span class="text-info d-none {{p.id}}-new-comments"></span>

View File

@ -105,7 +105,7 @@
</a>
</h5>
<div class="post-actions d-mob-none">
<ul class="list-inline text-right text-md-left w-100">
<ul class="list-inline text-right text-md-left w-100" style="line-height: 2">
{% if p.realbody(v) %}
<button type="button" class="list-inline-item ml-2" data-nonce="{{g.nonce}}" data-onclick="expandText('{{p.id}}')"><i class="fas fa-expand-alt mx-0 text-expand-icon-{{p.fullname}}"></i></button>
{% endif %}