mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
navbar fixes
This commit is contained in:
@@ -2,14 +2,15 @@
|
||||
layout: base
|
||||
---
|
||||
|
||||
<div class="d-flex h-auto min-h-screen">
|
||||
<div class="d-flex h-auto min-h-screen flex-wrap">
|
||||
|
||||
{% if page.nav-position == "left" or page.nav-position == "right" or page.nav-position == "all" %}
|
||||
{% include layout/sidenav.html %}
|
||||
{% endif %}
|
||||
|
||||
{% include layout/topnav.html %}
|
||||
|
||||
<div class="main-content flex-fill d-flex flex-column mw-100">
|
||||
{% include layout/topnav.html %}
|
||||
|
||||
<div class="d-flex flex-fill">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user