views and likes ui changes
This commit is contained in:
parent
86d11b759a
commit
e329944c13
@ -1,4 +1,4 @@
|
|||||||
<i class="fa fa-eye me-1" {% if include.tooltip %} title="{{site.data.locales[include.lang].post.views}}"
|
<i class="fa fa-eye" {% if include.tooltip %} title="{{site.data.locales[include.lang].post.views}}"
|
||||||
data-bs-toggle="tooltip" data-bs-placement="bottom" {% endif %}></i>
|
data-bs-toggle="tooltip" data-bs-placement="bottom" {% endif %}></i>
|
||||||
{% include loader.html id="views-loader" style="margin-right: 12px" %}
|
{% include loader.html id="views-loader" style="margin-right: 12px" %}
|
||||||
<em id="views-count" style="margin-right: 12px">
|
<em id="views-count" style="margin-right: 12px">
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
.heart-icon {
|
.heart-icon {
|
||||||
margin-bottom: -41px;
|
margin-bottom: -41px;
|
||||||
margin-right: -37px;
|
margin-right: -40px;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
width: 46px;
|
width: 46px;
|
||||||
height: 46px;
|
height: 46px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user