Closed xPand4B closed 5 years ago
Mobile Nav now works, there's some error with the search form inside the topnav. You can see the temp. fix below.
resources/views/partials/_topnav.blade.php | line 20-28
<form class="navbar-form">
{{-- <div class="input-group no-border">
<input type="text" value="" class="form-control" placeholder="{{ trans('menu.top.search') }}">
<button type="submit" class="btn btn-white btn-round btn-just-icon">
<i class="material-icons">search</i>
<div class="ripple-container"></div>
</button>
</div> --}}
</form>
Describe the bug The top navigation contains two links, add and logout. If you're on mobile these two options disappear
To Reproduce Steps to reproduce the behavior:
Expected behavior Every item inside the topnav should be visible for desktop and mobile users.