ensured footer was pinned to bottom of page for new-ish billboard.html & room_scroll.html pages; introduced mobile landscape layout, incl. leftward 'navbar', rightward 'footer'; ensured z-index primacy of #id_kit_btn, which would here appear behind the kit bar when open; other fixes introduced by problems stemming largely from new landscape styling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-03-23 01:06:14 -04:00
parent 2fd3ec9ab2
commit eecb6c2be6
11 changed files with 208 additions and 40 deletions

View File

@@ -4,7 +4,7 @@
{% block header_text %}<span>Bill</span>board{% endblock header_text %}
{% block content %}
<div class="content billboard-page">
<div class="billboard-page">
<h2>My Games</h2>
<ul class="game-list">
{% for room in my_rooms %}

View File

@@ -3,7 +3,7 @@
{% block title_text %}{{ room.name }} — Drama Log{% endblock %}
{% block content %}
<div class="content dashboard-page">
<div class="billboard-page">
<h2>{{ room.name }}</h2>
{% include "core/_partials/_scroll.html" %}
</div>