mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2025-02-16 23:53:47 -05:00
Try fixing timeline paging button layout.
No actual testing was done.
This commit is contained in:
parent
4927bf137b
commit
8b49c5d373
@ -38,8 +38,7 @@
|
|||||||
<div class="around-pagination">
|
<div class="around-pagination">
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
{% if next %}
|
{% if next %}
|
||||||
<p class="column is-one-quarter"></p>
|
<p class="column is-one-quarter">
|
||||||
<p class="column">
|
|
||||||
<a class="pagination-previous is-fullwidth button"
|
<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 %}
|
||||||
@ -53,6 +52,7 @@
|
|||||||
Older
|
Older
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p class="column is-one-quarter"></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if prev %}
|
{% if prev %}
|
||||||
<p class="column is-one-quarter">
|
<p class="column is-one-quarter">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user