Some more initial changes
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user