You've already forked AstralRinth
forked from didirus/AstralRinth
License disclosure
This commit is contained in:
@@ -111,7 +111,14 @@
|
|||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
<div class="disclosure">
|
||||||
|
<span>
|
||||||
|
Modrinth is open source software. You may view the source code at
|
||||||
|
<a href="https://github.com/modrinth/knossos"
|
||||||
|
>our GitHub Repository</a
|
||||||
|
>.
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<section class="user-actions">
|
<section class="user-actions">
|
||||||
<div class="avatar">
|
<div class="avatar">
|
||||||
<img src="~/assets/images/avatar.jpg" />
|
<img src="~/assets/images/avatar.jpg" />
|
||||||
@@ -331,4 +338,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.disclosure {
|
||||||
|
margin-top: auto;
|
||||||
|
max-width: 250px;
|
||||||
|
color: var(--color-grey-3);
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: var(--color-grey-2) underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -593,8 +593,7 @@ export default {
|
|||||||
|
|
||||||
select {
|
select {
|
||||||
width: 220px;
|
width: 220px;
|
||||||
height: 48px;
|
padding: 8px 5px;
|
||||||
padding: 0.5rem 0.75rem;
|
|
||||||
background: var(--color-bg);
|
background: var(--color-bg);
|
||||||
border: 2px solid var(--color-grey-3);
|
border: 2px solid var(--color-grey-3);
|
||||||
border-radius: var(--size-rounded-sm);
|
border-radius: var(--size-rounded-sm);
|
||||||
|
|||||||
Reference in New Issue
Block a user