forked from rDrama/rDrama
1
0
Fork 0

make post_navigation button disappear properly

master
Aevann 2024-01-31 21:28:45 +02:00
parent b4c54de162
commit fb50ba72ed
1 changed files with 3 additions and 3 deletions

View File

@ -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>