chore: update ui
This commit is contained in:
parent
8abcd6f16e
commit
682efa604f
|
@ -7,7 +7,7 @@ const buildTimeAgo = useTimeAgo(buildTime)
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div p4 text-sm op25>
|
<div p4 text-sm op25>
|
||||||
A Mastodon client powered by Nuxt<br>
|
A Mastodon client by Nuxt<br>
|
||||||
Built <span :title="buildTime">{{ buildTimeAgo }}</span> · <a href="https://github.com/antfu/nuxtodon" target="_blank">GitHub</a>
|
Built <span :title="buildTime">{{ buildTimeAgo }}</span> · <a href="https://github.com/antfu/nuxtodon" target="_blank">GitHub</a>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div h-full of-hidden>
|
<div h-full of-hidden>
|
||||||
<main grid="~ lg:cols-[1fr_40rem_18rem]" h-full>
|
<main grid="~ lg:cols-[1fr_40rem_1fr]" max-w-70rem mxa h-full>
|
||||||
<div>
|
<div>
|
||||||
<slot name="left">
|
<slot name="left">
|
||||||
<NavTitle p4 />
|
<NavTitle p4 />
|
||||||
|
|
Loading…
Reference in a new issue