Visual fixes

This commit is contained in:
Jose Olarte III
2023-07-31 21:36:05 +08:00
parent 69f2f3cfd2
commit 5addc3c206
2 changed files with 7 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ import "./assets/styles/tailwind.css";
import { library } from "@fortawesome/fontawesome-svg-core";
import {
faArrowLeft,
faArrowRight,
faBurst,
faCalendar,
faChevronLeft,
@@ -51,6 +53,8 @@ import {
} from "@fortawesome/free-solid-svg-icons";
library.add(
faArrowLeft,
faArrowRight,
faBurst,
faCalendar,
faChevronLeft,

View File

@@ -23,7 +23,7 @@
:key="record.id"
class="border-b border-slate-300"
>
<td class="p-1 text-xs sm:text-sm text-slate-500">
<td class="p-1 text-xs sm:text-sm text-left text-slate-500">
{{ new Date(record.issuedAt).toLocaleString() }}
</td>
<td class="p-1">
@@ -44,10 +44,10 @@
</td>
<td class="p-1">
<span v-if="record.agentDid == contact.did">
<fa icon="long-arrow-alt-left" class="text-slate-400 fa-fw" />
<fa icon="arrow-left" class="text-slate-400 fa-fw" />
</span>
<span v-else>
<fa icon="long-arrow-alt-right" class="text-slate-400 fa-fw" />
<fa icon="arrow-right" class="text-slate-400 fa-fw" />
</span>
</td>
<td class="p-1">