File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Elastic.Markdown/Slices/Layout Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
< a
15
15
href = " @f.Url"
16
16
@Htmx .GetNavHxAttributes (Model .IsPrimaryNavEnabled && f .NavigationRoot .Id == Model .RootNavigationId || true )
17
- class = " sidebar-link group-[.current]/li:text-blue-elastic!"
17
+ class = " sidebar-link grow group-[.current]/li:text-blue-elastic!"
18
18
id = " page-@id"
19
19
>
20
20
@f .NavigationTitle
24
24
else if (item is GroupNavigationItem { Group : { NavigationItems .Count : 0 , Index : not null } } group )
25
25
{
26
26
var f = group .Group .Index ;
27
- <li class =" flex group/li pr-4 @(isTopLevel ? " font-semibold mt-6 pr-4 " : " ml -4" )" >
27
+ <li class =" flex group/li pr-8 @(isTopLevel ? " font-semibold mt-6 " : " mt -4" )" >
28
28
<a
29
29
href =" @f.Url"
30
30
@Htmx.GetNavHxAttributes(Model.IsPrimaryNavEnabled && f.NavigationRoot.Id == Model.RootNavigationId || true)
You can’t perform that action at this time.
0 commit comments