Minor UI fixes

This commit is contained in:
sairaj mote 2022-04-15 17:51:44 +05:30
parent e654cd11e4
commit 76eb168171
2 changed files with 154 additions and 154 deletions

View File

@ -941,7 +941,7 @@ customElements.define('sm-notifications', class extends HTMLElement {
opacity: '1'
},
{
transform: `translateX(calc(${sign}${this.currentX}px ${sign} 1rem))`,
transform: `translateX(calc(${sign}${Math.abs(this.currentX)}px ${sign} 1rem))`,
opacity: '0'
}
], this.animationOptions).onfinish = () => {

View File

@ -226,9 +226,9 @@
d="M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.25 2.52.77-1.28-3.52-2.09V8z" />
</svg>
<h4>
No orders placed yet.
No orders placed yet
</h4>
<p>My orders will only show completed orders.</p>
<p>My orders will only show completed orders</p>
</div>
</section>
<section id="market" class="grid gap-1 hide mobile-page">
@ -402,7 +402,7 @@
<div class="grid gap-0-5">
<h4>Add password lock</h4>
<p>
Adding a password lock allows to authenticate transactions with custom a password instead of
Adding a password lock allows to authenticate transactions with a custom password instead of
private key.
</p>
</div>