global topbar (#6)

adds a global topbar to the theme

Reviewed-on: #6
Reviewed-by: xtul <mpiasecki720@protonmail.com>
Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
This commit was merged in pull request #6.
This commit is contained in:
2026-06-26 08:27:49 +00:00
committed by archvillainette
parent 52999ae604
commit 2d37f8a1f6
13 changed files with 835 additions and 232 deletions
+20
View File
@@ -0,0 +1,20 @@
</div><!-- /.container#content -->
</main>
</div>
<div class="fixed-bottom d-lg-none">
<!-- IMPORT partials/topic/navigator-mobile.tpl -->
</div>
{{{ if !isSpider }}}
<div>
<div component="toaster/tray" class="alert-window fixed-bottom mb-5 mb-md-2 me-2 me-md-5 ms-auto" style="width:300px; z-index: 1090;">
<!-- IMPORT partials/reconnect-alert.tpl -->
</div>
</div>
{{{ end }}}
<!-- IMPORT partials/footer/js.tpl -->
</body>
</html>