|
@@ -19,7 +19,7 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
|
|
|
@if(!request()->input('popupmode'))
|
|
|
<nav id="sidebarMenu" class="d-block bg-light sidebar collapse px-0">
|
|
|
<div class="sidebar-sticky">
|
|
|
- <div class="bg-white p-2 border-bottom" style="position:sticky;top:0;">
|
|
|
+ <div class="bg-white p-2 border-bottom search-links" style="position:sticky;top:0;">
|
|
|
<small class="font-weight-bold text-muted">Search for links</small>
|
|
|
<input type="text" class="form-control form-control-sm" style="font-size:12px" name="link_search" placeholder="E.g dashboard">
|
|
|
</div>
|