Switch magic flexy rigboard layout to use *container* width queries rather than *screen* width queries

This resolves the overflow seen in the profile detail view in the most overkill way possible. Nerf this!
This commit is contained in:
2024-04-06 19:14:23 +01:00
parent 17fa447861
commit 953b691cc2
4 changed files with 37 additions and 18 deletions

View File

@@ -12,7 +12,7 @@
</div>
{% endif %}
</div>
<div style="container-type: inline-size;">
{% include 'partials/event_table.html' %}
</div>
{% endblock %}