Merge pull request #2446 from bookwyrm-social/settings-federation-table
Make the federated servers table display correctly on mobile
This commit is contained in:
commit
c3acbb9bd0
1 changed files with 42 additions and 40 deletions
|
@ -28,7 +28,8 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="table is-striped is-fullwidth">
|
<div class="table-container scroll-x">
|
||||||
|
<table class="table is-striped is-fullwidth">
|
||||||
<tr>
|
<tr>
|
||||||
{% url 'settings-federation' as url %}
|
{% url 'settings-federation' as url %}
|
||||||
<th>
|
<th>
|
||||||
|
@ -68,7 +69,8 @@
|
||||||
{% if not servers %}
|
{% if not servers %}
|
||||||
<tr><td colspan="5"><em>{% trans "No instances found" %}</em></td></tr>
|
<tr><td colspan="5"><em>{% trans "No instances found" %}</em></td></tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{% include 'snippets/pagination.html' with page=servers path=request.path %}
|
{% include 'snippets/pagination.html' with page=servers path=request.path %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue