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 4 additions and 25 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

View File

@ -1,6 +1 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="96px" height="96px" viewBox="0 0 96 96" enable-background="new 0 0 96 96" xml:space="preserve">
<polygon fill="#ea2412" points="0,45.255 45.254,0 84.854,0 0,84.854 "/>
</svg>
<svg width="96" height="96" xmlns="http://www.w3.org/2000/svg"><path fill="#eb6f92" d="M0 45.255L45.254 0h39.6L0 84.854z"/></svg>

Before

Width:  |  Height:  |  Size: 441 B

After

Width:  |  Height:  |  Size: 130 B

View File

@ -1,6 +1 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="96px" height="96px" viewBox="0 0 96 96" enable-background="new 0 0 96 96" xml:space="preserve">
<polygon fill="#0B8AEA" points="0,45.255 45.254,0 84.854,0 0,84.854 "/>
</svg>
<svg width="96" height="96" xmlns="http://www.w3.org/2000/svg"><path fill="#31748f" d="M0 45.255L45.254 0h39.6L0 84.854z"/></svg>

Before

Width:  |  Height:  |  Size: 441 B

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
<circle fill="#3AA2DC" cx="16.5" cy="16.5" r="6"/>
</svg>

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