Merge pull request #2337 from bookwyrm-social/invite-table-scroll

Makes the invite request table side scroll for mobile
This commit is contained in:
Mouse Reeve 2022-11-07 10:55:39 -08:00 committed by GitHub
commit 16c92a62c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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