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 -->
|
||||
|
||||
@@ -4,16 +4,21 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/static/bulma.css" rel="stylesheet">
|
||||
<link href="/static/welcome.css" rel="stylesheet">
|
||||
<link href="/static/system-installer.css" rel="stylesheet">
|
||||
<script src="/static/htmx.min.js" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body>
|
||||
<body style="overflow: hidden; max-height: 450px;">
|
||||
|
||||
<div style="border-radius: 10px; padding: 13px;" class="notification is-dark">
|
||||
<div style="width: 1050px; height: 600px; border-radius: 10px; padding: 13px; overflow: hidden;" class="notification is-dark">
|
||||
|
||||
{% include "header.html" %}
|
||||
|
||||
<div style="height: 450px; overflow-y: scroll">
|
||||
{% block body %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
{% include "footer.html" %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user