Additional layout changes for better phone usability

This commit is contained in:
Chris Jean-Marie 2024-11-04 18:50:53 +00:00
parent 8bc418ebb2
commit 96adf1e87d
3 changed files with 29 additions and 25 deletions

View File

@ -1,9 +1,8 @@
{% extends "base.html" %}
{% block content %}
<div class="container-fluid">
<div class="row align-items-stretch">
<!-- Left panel -->
<div id="menu" class="col-md-2 bg-light">
<!-- internal menu -->
<h2>Menu</h2>
<ul>
<li><a href="/dashboard">Web links</a></li>
@ -16,13 +15,15 @@
{% endif %}
{% endfor %}
</div>
<!-- Center panel -->
<div class="col-8">
{% block center %}{% endblock center %}
</div>
<div id="events" class="col-2 bg-light">
<!-- events -->
<!-- Right panel -->
<div id="events" class="col-md-2 bg-light">
<h2>Events</h2>
</div>
</div>
</div>
{% endblock content %}

View File

@ -1,6 +1,5 @@
{% extends "authorized.html" %}
{% block center %}
<p>This will be the private information area for the extended Jean-Marie family.</p>
<div>
<h2>Web links</h2>
<h3>TLC Creations</h3>

View File

@ -29,7 +29,11 @@
{% else %}
<td>{{ user_wishlist_item.item }}</td>
{% endif %}
{% if user_wishlist_item.item_url.len() > 0 %}
<td><a href="{{ user_wishlist_item.item_url }}">URL</a></td>
{% else %}
<td></td>
{% endif %}
{% if user_wishlist_item.received_at > 0 %}
<td>Got it!</td>
{% else %}