mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 🐛 Finy tiny UI inconsistencies
This commit is contained in:
parent
3c693300e0
commit
466c1eaaac
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div v-if="loaded" class="mx-auto max-w-2xl w-full pb-72 *:rounded space-y-4 *:border *:border-border/50">
|
||||
<div v-if="loaded" class="mx-auto max-w-2xl w-full pb-72 *:rounded space-y-4 *:border">
|
||||
<Note v-for="note of context?.ancestors" :note="note" />
|
||||
<Note v-if="note" :note="note" />
|
||||
<Note v-for="note of context?.descendants" :note="note" />
|
||||
|
|
@ -72,4 +72,4 @@ useSeoMeta({
|
|||
noimageindex: !!note.value?.account.noindex,
|
||||
})),
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue