refactor: client assets
Before Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 424 B |
Before Width: | Height: | Size: 536 B |
@ -103,11 +103,7 @@ function isMe(message): boolean {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:not(.isMe):not(.isRead) {
|
&:not(.isMe):not(.isRead) {
|
||||||
> div {
|
background-color: var(--accentedBg);
|
||||||
background-image: url("/client-assets/unread.svg");
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 0 center;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
:title="i18n.ts.delete"
|
:title="i18n.ts.delete"
|
||||||
@click="del"
|
@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>
|
</button>
|
||||||
<div v-if="!message.isDeleted" class="content">
|
<div v-if="!message.isDeleted" class="content">
|
||||||
<Mfm
|
<Mfm
|
||||||
|