Merge pull request #26 from nexiumfit/patch1/2

Refactor layout by removing auth_page styles and updating logo
This commit is contained in:
SquadleDude
2026-08-03 23:20:31 +03:00
committed by GitHub
+1 -16
View File
@@ -43,9 +43,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css">
<link href="/static/css/global.css" rel="stylesheet" />
{% if not auth_page: %}
<link href="/static/css/header.css?random={{ BuildVersionDontGetThisMixedUpCuh }}" rel="stylesheet" />
{% endif %}
{% if currentuser: %}
<script src="/static/js/presence.js"></script>{% endif %}
@@ -57,19 +55,6 @@
<body {% if website_wide_message %}class="has-alert" {% endif %}>
<div class="width-100">
{% if auth_page: %}
<style>
body {
padding-top: 0 !important;
}
.main-content {
margin-left: 0 !important;
padding: 0 !important;
min-height: 100vh;
}
</style>
{% endif %}
{% if currentuser: %}
<button class="toggle-sidebar btn btn-link text-white d-lg-none position-fixed top-0 start-0 m-2 z-3">
<i class="bi bi-list fs-4"></i>
@@ -121,7 +106,7 @@
<i class="bi bi-list fs-4"></i>
</button>
<a class="navbar-brand" href="/home">
<h1 class="title-logo">NEXIUM</h1>
<h1 class="title-logo"><img src="/static/img/NEXIUM.png" alt="NEXIUM" /></h1>
</a>
</div>