forked from GithubBackups/vichan
view_ip.html: change style
This commit is contained in:
parent
2bb7611c5e
commit
7a28ea552d
@ -135,7 +135,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ include('mod/user_posts_list.html', {posts: posts}) }}
|
{{ include('mod/user_posts_list.html', {posts: posts}) }}
|
||||||
<div class="pages" style="margin-left: 50%">
|
<div class="pages" style="display:flex;justify-content:center;align-items:center;width:fit-content;margin:5px auto;">
|
||||||
<a href="?/user_posts/ip/{{ ip }}">[Page 1]</a>
|
<a href="?/user_posts/ip/{{ ip }}">[Page 1]</a>
|
||||||
{% if cursor_prev %}
|
{% if cursor_prev %}
|
||||||
<a href="?/user_posts/ip/{{ ip }}/cursor/{{ cursor_prev }}">[Previous Page]</a>
|
<a href="?/user_posts/ip/{{ ip }}/cursor/{{ cursor_prev }}">[Previous Page]</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user