Some more initial changes

This commit is contained in:
Jonathan Carter
2024-12-08 16:55:03 +02:00
parent a61cc67a34
commit 4bc89c5d2b
24 changed files with 53 additions and 117 deletions

View File

@@ -1,5 +1,5 @@
<!-- Header -->
<div id="titlebar" class="pywebview-drag-region">
<div id="titlebar" class="pywebview-drag-region" style="padding-bottom: 10px;">
<span>
<button class="button is-link"></button>
<a href="/welcome"><button class="button is-{% if request.path == "/welcome" %}info{% else %}dark{% endif %}">Welcome</button></a>
@@ -11,5 +11,4 @@
<a href="/help"> <button class="button is-light" style="float: right; margin-right: 5px;"> <b> ? </b> </button></a>
</span>
</div> <!-- end pywebview-drag-region -->
<br>
<!-- End Header -->