You've already forked AstralRinth
forked from didirus/AstralRinth
Add NavRow animation
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 0.5rem;
|
||||
padding: 1rem;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
|
||||
@@ -24,6 +24,18 @@
|
||||
href: 'modpacks',
|
||||
label: 'Modpacks',
|
||||
},
|
||||
{
|
||||
href: 'textures',
|
||||
label: 'Textures',
|
||||
},
|
||||
{
|
||||
href: 'shaders',
|
||||
label: 'Shaders',
|
||||
},
|
||||
{
|
||||
href: 'maps',
|
||||
label: 'Maps',
|
||||
},
|
||||
]} />
|
||||
</div>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user