You've already forked AstralRinth
forked from didirus/AstralRinth
Update changelog, fix overflowing maven coords
This commit is contained in:
@@ -622,7 +622,7 @@
|
||||
<CopyCode :text="version.id" />
|
||||
</div>
|
||||
<div v-if="!isEditing && flags.developerMode">
|
||||
<h4>Modrinth Maven</h4>
|
||||
<h4>Maven coordinates</h4>
|
||||
<div class="maven-section">
|
||||
<CopyCode :text="`maven.modrinth:${project.id}:${version.id}`" />
|
||||
</div>
|
||||
@@ -1555,6 +1555,10 @@ export default defineNuxtComponent({
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
|
||||
button {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.team-member {
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
</template>
|
||||
<template #copy-maven>
|
||||
<ClipboardCopyIcon aria-hidden="true" />
|
||||
Copy Modrinth Maven
|
||||
Copy Maven coordinates
|
||||
</template>
|
||||
</OverflowMenu>
|
||||
</ButtonStyled>
|
||||
|
||||
Reference in New Issue
Block a user