File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 18
18
</script >
19
19
20
20
<nav class =" sticky top-32 col-span-3 mt-2 -ml-4 hidden h-[800px] flex-col gap-6 lg:flex" >
21
- <span class ="text-micro text-primary ps-6 uppercase tracking-tighter" >{heading }</span >
21
+ <span class =" text-micro tracking-loose text-primary font-aeonik-fono ps-6 uppercase"
22
+ >{heading }</span
23
+ >
22
24
<div class =" relative" >
23
25
<ul
24
26
class =" mask text-caption flex max-h-[600px] flex-col gap-4 overflow-scroll pb-11 [scrollbar-width:none]"
32
34
{
33
35
' font-medium' : parent .level && parent .level === 1 ,
34
36
' ps-6' : parent .level && parent .level === 2 ,
35
- ' pl-10 ' : parent .level && parent .level >= 3 ,
37
+ ' ps-12 ' : parent .level && parent .level >= 3 ,
36
38
' before:opacity-100' : parent .selected
37
39
}
38
40
)}
41
43
42
44
{#if parent .children }
43
45
<ul
44
- class =" border-smooth text-caption mt-11 ml-9 flex flex-col gap-7 border-b pb-11 "
46
+ class =" border-smooth text-caption mt-11 ml-9 flex flex-col gap-7 border-b pb-10 "
45
47
>
46
48
{#each parent .children as child }
47
49
<li
68
70
69
71
{#if isScrolled }
70
72
<button
71
- class =" text-primary group border-smooth text-caption ms-5 flex cursor-pointer items-center gap-2 border-t pt-11 font-medium transition-all"
73
+ class =" text-primary group border-smooth text-caption ms-6 -mt-4 flex cursor-pointer items-center gap-2 border-t pt-10 font-medium transition-all"
72
74
on:click ={backToTop }
73
75
out:fade
74
76
in:fade
You can’t perform that action at this time.
0 commit comments