filled some styling lacunae, including structural fixes to html re: gatekeeper gear menu
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-14 13:28:31 -04:00
parent 53d9f79476
commit f4dfce826b
3 changed files with 10 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
{% include "apps/applets/_partials/_gear.html" with menu_id="id_room_menu" %}
<div id="id_room_menu" style="display:none">
<a href="/gameboard/" class="btn btn-cancel">EXIT</a>
{% if request.user == room.owner %}
@@ -14,3 +12,5 @@
</form>
{% endif %}
</div>
{% include "apps/applets/_partials/_gear.html" with menu_id="id_room_menu" %}