Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
sidekick
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Privat - Marco Schmiedel
sidekick
Commits
5c659225
Commit
5c659225
authored
Jun 17, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - Dark Layout Master Blade modifications for sidebar navigation menu
parent
82c653e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
Master.blade.php
src/Views/Limitless/Layout/Dark/Master.blade.php
+10
-7
No files found.
src/Views/Limitless/Layout/Dark/Master.blade.php
View file @
5c659225
...
@@ -48,12 +48,12 @@
...
@@ -48,12 +48,12 @@
</head>
</head>
<body
<body
@
if
(!
trim
($
__env-
>
yieldContent('Limitless::Glob
e
lHideHeader')))
@
if
(!
trim
($
__env-
>
yieldContent('Limitless::Glob
a
lHideHeader')))
class="navbar-top"
class="navbar-top"
@endif
@endif
>
>
<!-- Main navbar -->
<!-- Main navbar -->
@if (!trim($__env->yieldContent('Limitless::Glob
e
lHideHeader')))
@if (!trim($__env->yieldContent('Limitless::Glob
a
lHideHeader')))
<div
class=
"navbar navbar-expand-md navbar-light fixed-top"
>
<div
class=
"navbar navbar-expand-md navbar-light fixed-top"
>
{{-- Logo --}}
{{-- Logo --}}
...
@@ -83,8 +83,8 @@
...
@@ -83,8 +83,8 @@
@endif
@endif
<div
class=
"page-content"
>
<div
class=
"page-content"
>
@if (!trim($__env->yieldContent('Limitless::Glob
e
lHideMainNavigation')))
@if (!trim($__env->yieldContent('Limitless::Glob
a
lHideMainNavigation')))
<div
class=
"sidebar sidebar-light sidebar-main sidebar-
fixed sidebar-
expand-md"
>
<div
class=
"sidebar sidebar-light sidebar-main sidebar-expand-md"
>
{{-- Sidebar for Mobile --}}
{{-- Sidebar for Mobile --}}
<div
class=
"sidebar-mobile-toggler text-center"
>
<div
class=
"sidebar-mobile-toggler text-center"
>
...
@@ -102,8 +102,11 @@
...
@@ -102,8 +102,11 @@
</div>
</div>
{{-- Navigation --}}
<div
class=
"sidebar-content"
>
Sidebar
<div
class=
"card card-sidebar-mobile"
>
@yield("Limitless::SidebarContent")
</div>
</div>
</div>
</div>
@endif
@endif
...
@@ -115,7 +118,7 @@
...
@@ -115,7 +118,7 @@
@yield("Limitless::Content")
@yield("Limitless::Content")
</div>
</div>
@if (!trim($__env->yieldContent('Limitless::Glob
e
lHideFooter')))
@if (!trim($__env->yieldContent('Limitless::Glob
a
lHideFooter')))
<div
class=
"navbar navbar-expand-lg navbar-light"
>
<div
class=
"navbar navbar-expand-lg navbar-light"
>
{{-- Footer Switch for Mobile --}}
{{-- Footer Switch for Mobile --}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment