1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

navbar fix

This commit is contained in:
chomik
2019-06-01 20:43:17 +02:00
parent b362e51ffb
commit 3a69837185
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
layout: base
---
<div class="d-flex h-auto min-h-screen flex-wrap">
<div class="d-flex h-auto min-h-screen flex-wrap flex-column">
{% if page.nav-position == "left" or page.nav-position == "right" or page.nav-position == "all" %}
{% include layout/sidenav.html %}
+7 -1
View File
@@ -1,8 +1,9 @@
.navbar {
background: #fff;
color: $body-color;
border-bottom: 1px solid $border-color;
display: flex;
min-height: 3.75rem;
min-height: 3.5rem;
padding: .75rem 1rem;
width: 100%;
@@ -44,6 +45,11 @@
/**
Navbar toggler
*/
.navbar-toggler{
padding: 0;
border: 0;
}
.navbar-toggler-icon {
width: 2rem;
height: 2rem;