File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/app/conf/2025/schedule/_components Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ export function BackLink({
11
11
return (
12
12
< NextLink
13
13
href = { `/conf/${ year } /${ kind } ` }
14
- className = "group cursor-pointer !no-underline transition-all typography-link "
14
+ className = "group cursor-pointer transition-all typography-menu hover:underline hover:underline-offset-4 "
15
15
>
16
- < span className = "flex items-center gap-2" >
17
- < div className = "group-hover:animate-arrow-left group-focus:animate-arrow-left" >
18
- < ArrowDownIcon className = "inline-block size-8 rotate-90" />
16
+ < span className = "-m-2 flex items-center gap-2 p -2" >
17
+ < div className = "group-hover:animate-arrow-left group-focus:animate-arrow-left [--arrow-left-x:-1px] " >
18
+ < ArrowDownIcon className = "inline-block size-4 rotate-90" />
19
19
</ div >
20
20
Back to { capitalize ( kind ) }
21
21
</ span >
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ const config: Config = {
89
89
transform : "translateX(0)" ,
90
90
} ,
91
91
"50%" : {
92
- transform : "translateX(- 1.5px)" ,
92
+ transform : "translateX(var(--arrow-left-x,- 1.5px) )" ,
93
93
} ,
94
94
} ,
95
95
"show-overflow" : {
You can’t perform that action at this time.
0 commit comments