Make pagination buttons the same as each other on timeline

This commit is contained in:
Jason McBrayer 2019-05-21 14:17:07 -04:00
parent 426faa1c2e
commit 7c3b1106d1
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
{% if next %} {% if next %}
<p class="column is-one-quarter"></p> <p class="column is-one-quarter"></p>
<p class="column"> <p class="column">
<a class="pagination-previous is-one-quarter" <a class="pagination-previous is-fullwidth button"
href="{% url 'home_next' next.max_id %}" href="{% url 'home_next' next.max_id %}"
{% if preferences.click_to_load %} {% if preferences.click_to_load %}
ic-get-from="{% url 'home_next' next.max_id %}" ic-get-from="{% url 'home_next' next.max_id %}"
@ -56,7 +56,7 @@
{% endif %} {% endif %}
{% if prev %} {% if prev %}
<p class="column is-one-quarter"> <p class="column is-one-quarter">
<a class="pagination-next iss-fullwidth button" <a class="pagination-next is-fullwidth button"
href="{% url 'home_prev' prev.min_id %}"> href="{% url 'home_prev' prev.min_id %}">
Newer Newer
</a> </a>