mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-04 16:09:54 +00:00
Merge pull request #2337 from bookwyrm-social/invite-table-scroll
Makes the invite request table side scroll for mobile
This commit is contained in:
commit
16c92a62c4
1 changed files with 76 additions and 74 deletions
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
{% include 'settings/invites/invite_request_filters.html' %}
|
{% include 'settings/invites/invite_request_filters.html' %}
|
||||||
|
|
||||||
|
<div class="table-container content scroll-x">
|
||||||
<table class="table is-striped is-fullwidth">
|
<table class="table is-striped is-fullwidth">
|
||||||
{% url 'settings-invite-requests' as url %}
|
{% url 'settings-invite-requests' as url %}
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -108,6 +109,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
{% include 'snippets/pagination.html' with page=requests path=request.path %}
|
{% include 'snippets/pagination.html' with page=requests path=request.path %}
|
||||||
|
|
||||||
{% if ignored %}
|
{% if ignored %}
|
||||||
|
|
Loading…
Reference in a new issue