feat: floating back button for xl
This commit is contained in:
parent
b4408422a8
commit
f177ea1ea8
3 changed files with 23 additions and 14 deletions
|
@ -61,7 +61,7 @@ onReactivated(() => {
|
|||
<template>
|
||||
<MainContent back>
|
||||
<template v-if="!pending">
|
||||
<div v-if="status" mt--1px border="b base" mb="50vh">
|
||||
<div v-if="status" xl:mt-4 border="b base" mb="50vh">
|
||||
<template v-for="comment of context?.ancestors" :key="comment.id">
|
||||
<StatusCard
|
||||
:status="comment" :actions="comment.visibility !== 'direct'" context="account"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue