refactor: client assets

This commit is contained in:
ThatOneCalculator 2023-06-06 13:02:30 -07:00
parent 1e58e4ce69
commit 047e923660
No known key found for this signature in database
GPG key ID: 8703CACD01000000
7 changed files with 2 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 B

View file

@ -103,11 +103,7 @@ function isMe(message): boolean {
}
&:not(.isMe):not(.isRead) {
> div {
background-image: url("/client-assets/unread.svg");
background-repeat: no-repeat;
background-position: 0 center;
}
background-color: var(--accentedBg);
}
&:after {

View file

@ -14,7 +14,7 @@
:title="i18n.ts.delete"
@click="del"
>
<img src="/client-assets/remove.png" alt="Delete" />
<i style="color: var(--accentLighten)" class="ph-x-circle ph-fill ph-lg"></i>
</button>
<div v-if="!message.isDeleted" class="content">
<Mfm