mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-06-05 23:38:53 +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' %}
|
||||
|
||||
<div class="table-container content scroll-x">
|
||||
<table class="table is-striped is-fullwidth">
|
||||
{% url 'settings-invite-requests' as url %}
|
||||
<tr>
|
||||
|
@ -108,6 +109,7 @@
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
{% include 'snippets/pagination.html' with page=requests path=request.path %}
|
||||
|
||||
{% if ignored %}
|
||||
|
|
Loading…
Reference in a new issue