mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Added padding to the sidenav on mobile
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
fd7c6179d5
commit
8937396a26
|
@ -390,7 +390,7 @@
|
|||
<!-- sidebar menu: : style can be found in sidebar.less -->
|
||||
<ul class="sidebar-menu" data-widget="tree">
|
||||
@can('admin')
|
||||
<li {!! (\Request::route()->getName()=='home' ? ' class="active"' : '') !!}>
|
||||
<li {!! (\Request::route()->getName()=='home' ? ' class="active"' : '') !!} class="firstnav">
|
||||
<a href="{{ route('home') }}">
|
||||
<i class="fa fa-dashboard" aria-hidden="true"></i> <span>{{ trans('general.dashboard') }}</span>
|
||||
</a>
|
||||
|
@ -747,11 +747,7 @@
|
|||
|
||||
<!-- Content Header (Page header) -->
|
||||
<section class="content-header" style="padding-bottom: 30px;">
|
||||
<h1 class="pull-left">
|
||||
@yield('title')
|
||||
|
||||
|
||||
</h1>
|
||||
<h1 class="pull-left pagetitle">@yield('title') </h1>
|
||||
|
||||
@if (isset($helpText))
|
||||
@include ('partials.more-info',
|
||||
|
|
Loading…
Reference in a new issue