File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
src/Elastic.Markdown/Slices/Layout Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 88else
99{
1010 <header class =" sticky top-0 z-50 bg-blue-developer text-white text-lg font-semibold h-(--offset-top) flex items-center px-6" >
11- <div class =" flex justify-between items-center" >
12- @* ReSharper disable once Html.IdNotResolved *@
13- <label role =" button" class =" md:hidden cursor-pointer" for =" pages-nav-hamburger" >
14- <svg xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" class =" size-8" >
15- <path stroke-linecap =" round" stroke-linejoin =" round" d =" M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12" />
16- </svg >
17- </label >
18- <a href =" @Model.Link(" /" )" class =" flex items-center gap-2" >
19- <img src =" @Model.Static(" logo-elastic-glyph-color.svg " )" alt =" " width =" 32" height =" 32" >
20- @Model.DocSetName
21- </a >
22- </div >
11+ <div class =" flex justify-between items-center" >
12+ @* ReSharper disable once Html.IdNotResolved *@
13+ <label role =" button" class =" md:hidden cursor-pointer" for =" pages-nav-hamburger" >
14+ <svg xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" class =" size-8" >
15+ <path stroke-linecap =" round" stroke-linejoin =" round" d =" M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12" />
16+ </svg >
17+ </label >
18+ <a href =" @Model.Link(" /" )" class =" flex items-center gap-2" >
19+ <img src =" @Model.Static(" logo-elastic-glyph-color.svg " )" alt =" " width =" 32" height =" 32" >
20+ @Model.DocSetName
21+ </a >
22+ </div >
2323 </header >
2424}
You can’t perform that action at this time.
0 commit comments