minor UI fix

This commit is contained in:
sairaj mote 2022-05-29 01:23:13 +05:30
parent f11e121b95
commit dfb0627f1e
4 changed files with 11 additions and 3 deletions

View File

@ -1196,6 +1196,10 @@ sm-checkbox {
font-size: 0.8rem; font-size: 0.8rem;
color: rgba(var(--text-color), 0.8); color: rgba(var(--text-color), 0.8);
} }
.history-entry__txid {
font-weight: 500;
font-size: 0.9rem;
}
#portfolio_cards_wrapper { #portfolio_cards_wrapper {
display: grid; display: grid;

File diff suppressed because one or more lines are too long

View File

@ -1089,6 +1089,10 @@ sm-checkbox {
font-size: 0.8rem; font-size: 0.8rem;
color: rgba(var(--text-color), 0.8); color: rgba(var(--text-color), 0.8);
} }
&__txid {
font-weight: 500;
font-size: 0.9rem;
}
} }
#portfolio_cards_wrapper { #portfolio_cards_wrapper {
display: grid; display: grid;

View File

@ -910,7 +910,7 @@
<template id="market_order_template"> <template id="market_order_template">
<li class="live-order align-center"> <li class="live-order align-center">
<div class="flex gap-1 space-between align-center"> <div class="flex gap-1 space-between align-center">
<b class="transaction-card__quantity"></b> <b class="transaction-card__quantity wrap-around"></b>
<button class="more-info" title="View order details"> <button class="more-info" title="View order details">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" height="24px" viewBox="0 0 24 24" width="24px"> <svg xmlns="http://www.w3.org/2000/svg" class="icon" height="24px" viewBox="0 0 24 24" width="24px">
<path d="M0 0h24v24H0V0z" fill="none" /> <path d="M0 0h24v24H0V0z" fill="none" />
@ -1035,7 +1035,7 @@
<span class="history-entry__token"></span> <span class="history-entry__token"></span>
</b> </b>
<time class="history-entry__time"></time> <time class="history-entry__time"></time>
<a class="history-entry__txid button" target="_blank">See on blockchain</a> <a class="history-entry__txid" target="_blank">See on blockchain</a>
</li> </li>
</template> </template>
<script src="//unpkg.com/uhtml"></script> <script src="//unpkg.com/uhtml"></script>