1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00

navbar fixes

This commit is contained in:
chomik
2019-06-01 20:03:20 +02:00
parent d1839ec1ae
commit e9876622ca
4 changed files with 15 additions and 17 deletions
+3 -2
View File
@@ -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">