mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
navbar fixes
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
{% include ui/icon.html icon="menu" %}
|
||||
</a>
|
||||
|
||||
|
||||
<a href="{{ site.base }}" class="navbar-brand text-inherit">
|
||||
{% if include.icon %}<span class="text-green">{% include ui/icon.html icon=include.icon %}</span>{% endif %}
|
||||
{% if include.stamp %}<span class="stamp bg-primary text-white">UI</span>{% endif %}
|
||||
@@ -22,7 +21,7 @@
|
||||
<div class="w-auto flex-fill max-w-md ml-0 ml-md-8 mr-auto d-none d-lg-block">
|
||||
<div class="input-icon">
|
||||
<span class="input-icon-addon">{% include ui/icon.html icon="search" %}</span>
|
||||
<input type="text" class="form-control" placeholder="Search">
|
||||
<input type="text" class="form-control" placeholder="Search" tabindex="-1">
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user