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