forked from MarseyWorld/MarseyWorld
make post_navigation button disappear properly
parent
b4c54de162
commit
fb50ba72ed
|
@ -192,7 +192,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if p %}
|
||||
<a class="post_navigation mobile-nav-icon d-md-none" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Next Post">
|
||||
<a class="post_navigation d-none mobile-nav-icon d-md-none" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Next Post">
|
||||
<i class="fas fa-arrow-right align-middle text-gray-500 black"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
@ -256,8 +256,8 @@
|
|||
{% endif %}
|
||||
|
||||
{% if p %}
|
||||
<li class="d-none nav-item d-flex align-items-center text-center justify-content-center mx-1">
|
||||
<a class="post_navigation nav-link" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Next Post">
|
||||
<li class="nav-item d-flex align-items-center text-center justify-content-center mx-1">
|
||||
<a class="post_navigation d-none nav-link" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Next Post">
|
||||
<i class="fas fa-arrow-right"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue