Improved the style of the chat window, using message bubbles.

This commit is contained in:
Rafi
2023-03-04 20:25:52 +08:00
parent 6402f156dd
commit 002db29717
5 changed files with 40 additions and 17 deletions

View File

@@ -20,6 +20,7 @@ const contentHtml = computed(() => {
<template>
<div
v-html="contentHtml"
class="text-body-1 text-justify"
></div>
</template>