mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
navbar fix
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user