10000 Show eth transfers. · etherscan-io/Ethplorer@dfec914 · GitHub
[go: up one dir, main page]

Skip to content

Commit dfec914

Browse files
committed
Show eth transfers.
1 parent e081970 commit dfec914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ethplorer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ Ethplorer = {
11461146
var showTxChecks = '<span style="color: white;vertical-align:middle;"><label for="showTxEth">ETH <sup class="diff-down">new</sup></label></span> <input onClick="Ethplorer.showTransfers(this, \'eth\');" id="showTxEth" type="checkbox" ' + ((Ethplorer.showTx == 'all' || Ethplorer.showTx == 'eth') ? 'checked="checked"' : '') + ' name="showTxEth" value="1" style="vertical-align: text-bottom;margin-right:5px;">' + ' <span style="color: white;vertical-align:middle;"><label for="showTxTokens">Tokens <sup class="diff-down">new</sup></label></span> <input onClick="Ethplorer.showTransfers(this, \'tokens\');" id="showTxTokens" type="checkbox" ' + ((Ethplorer.showTx == 'all' || Ethplorer.showTx == 'tokens') ? 'checked="checked"' : '') + ' name="showTxTokens" value="1" style="vertical-align: text-bottom;margin-right:5px;">';
11471147

11481148
if(!data.token){
1149-
$('.filter-form').prepend('<style>@media screen and (max-width: 448px) {.filter-box.out-of-tabs{height: 35px;}}</style>' + showTxChecks);
1149+
$('.filter-form').prepend('<style>@media screen and (max-width: 501px) {.filter-box.out-of-tabs{height: 35px !important;}}</style>' + showTxChecks);
11501150
}else{
11511151
$('.filter-box').prepend('<style>.filter-box.in-tabs .filter-form{width: auto !important;} @media screen and (max-width: 501px) {.filter-box.out-of-tabs{height: 35px !important;}}</style>' + showTxChecks);
11521152
}

0 commit comments

Comments
 (0)
0