File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,23 +22,23 @@ export const NavItems: Component = () => {
2222 . getElementById ( "download" )
2323 . scrollIntoView ( { behavior : "smooth" , block : "center" } ) ;
2424 } }
25- class = "link p -2"
25+ class = "link px -2"
2626 >
2727 < Typography tag = "span" key = "navbar.download" />
2828 </ A >
29- < a href = "https://discord.gg/SlimeVR" target = "_blank" class = "link p -2" >
29+ < a href = "https://discord.gg/SlimeVR" target = "_blank" class = "link px -2" >
3030 < Typography key = "navbar.discord" tag = "span" />
3131 </ a >
32- < a href = "https://shop.slimevr.dev/" class = "link p -2" >
32+ < a href = "https://shop.slimevr.dev/" class = "link px -2" >
3333 < Typography key = "navbar.shop" tag = "span" />
3434 </ a >
35- < a href = "https://github.com/SlimeVR" target = "_blank" class = "link p -2" >
35+ < a href = "https://github.com/SlimeVR" target = "_blank" class = "link px -2" >
3636 < Typography key = "navbar.github" tag = "span" />
3737 </ a >
3838 < a
3939 href = "https://shop.slimevr.dev/pages/support"
4040 target = "_blank"
41- class = "link p -2"
41+ class = "link px -2"
4242 >
4343 < Typography tag = "span" key = "navbar.support" />
4444 </ a >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export const DownloadButton: ParentComponent<DownloadButtonProps> = (
5757 { prefixIcon ( ) }
5858 </ div >
5959 < div class = "flex flex-col flex-grow" > { props . children } </ div >
60- < div class = "flex w-9" >
60+ < div class = "flex w-9 group-hover:translate-y-1 transition-transform duration-2 " >
6161 < DonwloadIcon size = { 30 } class = "fill-background-10" > </ DonwloadIcon >
6262 </ div >
6363 </ A >
You can’t perform that action at this time.
0 commit comments