A few more layout fixes

This commit is contained in:
joeuhren
2020-12-05 17:57:45 -07:00
parent 731210337f
commit 904e33e16b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ block content
span.small (#{settings.symbol}) span.small (#{settings.symbol})
if address.a_id !== 'coinbase' if address.a_id !== 'coinbase'
if settings.show_sent_received == true if settings.show_sent_received == true
th #{settings.locale.total_received} th.d-none.d-sm-table-cell #{settings.locale.total_received}
span.small (#{settings.symbol}) span.small (#{settings.symbol})
th #{settings.locale.rl_balance} th #{settings.locale.rl_balance}
span.small (#{settings.symbol}) span.small (#{settings.symbol})
+2 -2
View File
@@ -69,11 +69,11 @@ block content
tbody tbody
tr tr
if settings.show_sent_received == true if settings.show_sent_received == true
td.addr-summary.hidden-xs #{sentParts[0]}. td.addr-summary.d-none.d-sm-table-cell #{sentParts[0]}.
span.decimal #{sentParts[1]} span.decimal #{sentParts[1]}
if address.a_id !== 'coinbase' if address.a_id !== 'coinbase'
if settings.show_sent_received == true if settings.show_sent_received == true
td.addr-summary.hidden-xs #{receivedParts[0]}. td.addr-summary.d-none.d-sm-table-cell #{receivedParts[0]}.
span.decimal #{receivedParts[1]} span.decimal #{receivedParts[1]}
td.addr-summary #{balanceParts[0]}. td.addr-summary #{balanceParts[0]}.
span.decimal #{balanceParts[1]} span.decimal #{balanceParts[1]}