Add NavRow animation

This commit is contained in:
venashial
2022-06-22 23:17:00 -07:00
parent 1109fbfcc3
commit 8494ed8ac3
3 changed files with 58 additions and 12 deletions

View File

@@ -57,7 +57,7 @@
position: absolute;
top: 0;
right: 0;
padding: 0.5rem;
padding: 1rem;
display: flex;
justify-content: flex-end;

View File

@@ -24,6 +24,18 @@
href: 'modpacks',
label: 'Modpacks',
},
{
href: 'textures',
label: 'Textures',
},
{
href: 'shaders',
label: 'Shaders',
},
{
href: 'maps',
label: 'Maps',
},
]} />
</div>
```