fix(front): fix fetching and rendering profile mentions and fetching tags

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-09-05 19:28:36 +02:00
parent a8ddc90ea2
commit 895378a96b
5 changed files with 83 additions and 92 deletions

View File

@@ -657,4 +657,8 @@ onBeforeUnmount(() => {
.menubar__button.is-active {
@apply bg-zinc-300 dark:bg-zinc-500;
}
.mention[data-id] {
@apply inline-block border border-zinc-600 dark:border-zinc-300 rounded py-0.5 px-1;
}
</style>