You've already forked AstralRinth
forked from didirus/AstralRinth
Fix lint errors (#794)
This commit is contained in:
@@ -442,7 +442,7 @@ export default {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
align-items: end;
|
||||
align-items: flex-end;
|
||||
gap: var(--spacing-card-md);
|
||||
|
||||
.stat {
|
||||
@@ -495,7 +495,7 @@ export default {
|
||||
grid-area: description;
|
||||
margin-block: 0;
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.tags {
|
||||
@@ -512,7 +512,7 @@ export default {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--spacing-card-sm);
|
||||
align-items: end;
|
||||
align-items: flex-end;
|
||||
flex-grow: 1;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -220,8 +220,8 @@
|
||||
class="card warning"
|
||||
aria-label="Warning"
|
||||
>
|
||||
Modpack support is currently in alpha, and modpacks can only be created and
|
||||
installed through third party tools. Our documentation includes
|
||||
Modpack support is currently in alpha, and modpacks can only be created
|
||||
and installed through third party tools. Our documentation includes
|
||||
instructions on
|
||||
<a
|
||||
href="https://docs.modrinth.com/docs/modpacks/playing_modpacks/"
|
||||
|
||||
Reference in New Issue
Block a user