Skip to content

Commit 626d3bd

Browse files
authored
Minor fixes for website (#9)
* fix navbar separators uwu~~ * download-btn-hover :3 * nighty not cuted arm lil slime on left arm now better
1 parent 1080d18 commit 626d3bd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

public/images/floating_nighty.webp

-227 KB
Loading

src/components/Navbar.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

src/components/home/DownloadSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)