You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
License disclosure
This commit is contained in:
@@ -111,7 +111,14 @@
|
||||
</nuxt-link>
|
||||
</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">
|
||||
<div class="avatar">
|
||||
<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>
|
||||
|
||||
@@ -593,8 +593,7 @@ export default {
|
||||
|
||||
select {
|
||||
width: 220px;
|
||||
height: 48px;
|
||||
padding: 0.5rem 0.75rem;
|
||||
padding: 8px 5px;
|
||||
background: var(--color-bg);
|
||||
border: 2px solid var(--color-grey-3);
|
||||
border-radius: var(--size-rounded-sm);
|
||||
|
||||
Reference in New Issue
Block a user