License disclosure

This commit is contained in:
Jai A
2020-09-08 22:09:46 -07:00
parent 46dc0f144b
commit cacc5ac803
2 changed files with 19 additions and 3 deletions

View File

@@ -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>

View File

@@ -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);