File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 92
92
93
93
.sidebar-link {
94
94
@apply text-ink-light inline-block leading-[1.2em ] text-pretty hover:text-black md:text-sm;
95
+ word-break : break-word;
95
96
}
96
97
}
97
98
Original file line number Diff line number Diff line change 11
11
<ul class =" block w-full" >
12
12
@foreach ( var item in Model .PageTocItems )
13
13
{
14
- <li class =" has-[:hover]:border-l-grey-80 items-center ml-2 pl -4 border-l-1 border-l-grey-20 has-[.current]:border-l-blue-elastic!" >
14
+ <li class =" has-[:hover]:border-l-grey-80 items-center ml-2 px -4 border-l-1 border-l-grey-20 has-[.current]:border-l-blue-elastic!" >
15
15
<a
16
16
class =" sidebar-link inline-block my-1.5 @(item.Level == 3 ? " ml-4 " : string.Empty)"
17
17
href =" #@item.Slug" >
Original file line number Diff line number Diff line change 23
23
24
24
private async Task DefaultLayout ()
25
25
{
26
- <div class =" container h-full grid gap-2 grid-cols-1 md:grid-cols-[calc(var(--spacing)*65)_auto ] lg:grid-cols-[calc(var(--spacing)*65)_auto_calc (var(--spacing)*50)] px-6" >
26
+ <div class =" container h-full grid gap-2 grid-cols-1 md:grid-cols-[calc(var(--spacing)*65)_1fr ] lg:grid-cols-[calc(var(--spacing)*65)_1fr_calc (var(--spacing)*50)] px-6" >
27
27
@await RenderPartialAsync (_PagesNav .Create (Model ))
28
28
@await RenderPartialAsync (_TableOfContents .Create (Model ))
29
29
<main id =" content-container" class =" w-full flex flex-col order-2 relative pb-30 overflow-x-hidden" >
You can’t perform that action at this time.
0 commit comments