mobile view wip

This commit is contained in:
cube
2026-03-31 13:21:56 +01:00
parent d0c38799e2
commit 17c3ca4a90
13 changed files with 80 additions and 40 deletions

View File

@@ -8,6 +8,9 @@
<link rel="stylesheet" href="{{ url_for('static', filename='themes/'+theme) }}">
{% endfor %}
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<div id="main">
@@ -48,6 +51,10 @@
</div>
<div id="mobile-nav">
<a href="{{ url_for('home.index') }}">Home</a> | <a href="{{ url_for('home.full_list') }}">Full List</a> | <a href="{{ url_for('home.groups') }}">Groups</a> | <a href="{{ url_for('blog.blog') }}">Blog</a>
</div>
{% block content %}{% endblock %}