mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
feat: world card alignment
This commit is contained in:
@@ -74,8 +74,8 @@
|
|||||||
</defs>
|
</defs>
|
||||||
</svg>
|
</svg>
|
||||||
<div class="mt-6 flex flex-col gap-1">
|
<div class="mt-6 flex flex-col gap-1">
|
||||||
<h2 class="m-0 text-2xl font-extrabold leading-8 text-contrast">{{ world.name }}</h2>
|
<h2 class="m-0 text-2xl font-semibold leading-8 text-contrast">{{ world.name }}</h2>
|
||||||
<p class="m-0 text-base font-medium leading-6 text-secondary">
|
<p class="m-0 text-base leading-6 text-secondary">
|
||||||
{{ formatMessage(messages.newWorldInstance) }}
|
{{ formatMessage(messages.newWorldInstance) }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
|
|
||||||
<div class="px-5 pb-4">
|
<div class="px-5 pb-4">
|
||||||
<ButtonStyled color="brand">
|
<ButtonStyled color="brand">
|
||||||
<button class="w-full" @click="emit('create', world.id)">
|
<button class="w-full !h-10" @click="emit('create', world.id)">
|
||||||
<PlusIcon aria-hidden="true" />
|
<PlusIcon aria-hidden="true" />
|
||||||
{{ formatMessage(messages.createWorld) }}
|
{{ formatMessage(messages.createWorld) }}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user