feat: hide actions in zen mode
This commit is contained in:
parent
67ebc74321
commit
61311dbeaa
8 changed files with 306 additions and 193 deletions
|
@ -18,7 +18,8 @@ const visibility = $computed(() => STATUS_VISIBILITIES.find(v => v.value === sta
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div :id="`status-${status.id}`" flex flex-col gap-2 py3 px-4>
|
||||
<div :id="`status-${status.id}`" flex flex-col gap-2 py3 px-4 relative>
|
||||
<StatusActionsMore :status="status" absolute right-2 top-2 />
|
||||
<NuxtLink :to="getAccountRoute(status.account)" rounded-full hover:bg-active transition-100 pr5 mr-a>
|
||||
<AccountHoverWrapper :account="status.account">
|
||||
<AccountInfo :account="status.account" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue