mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 11:27:31 -07:00
refactor: client assets
This commit is contained in:
parent
a0671d47a8
commit
755cbdee01
7 changed files with 6 additions and 19 deletions
BIN
packages/client/assets/fedi.jpg
(Stored with Git LFS)
BIN
packages/client/assets/fedi.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
packages/client/assets/label-red.svg
(Stored with Git LFS)
BIN
packages/client/assets/label-red.svg
(Stored with Git LFS)
Binary file not shown.
BIN
packages/client/assets/label.svg
(Stored with Git LFS)
BIN
packages/client/assets/label.svg
(Stored with Git LFS)
Binary file not shown.
BIN
packages/client/assets/remove.png
(Stored with Git LFS)
BIN
packages/client/assets/remove.png
(Stored with Git LFS)
Binary file not shown.
BIN
packages/client/assets/unread.svg
(Stored with Git LFS)
BIN
packages/client/assets/unread.svg
(Stored with Git LFS)
Binary file not shown.
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue