mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
binance-portal
This commit is contained in:
parent
2ade3ec7b9
commit
9e91240283
|
@ -58,7 +58,7 @@
|
|||
window.binanceBrokerPortalSdk.initBrokerSDK('#widget', {
|
||||
apiHost: 'https://www.binance.com',
|
||||
brokerId: 'R4BD3S82',
|
||||
site: "site"
|
||||
slideTime: 4e4,
|
||||
});
|
||||
} catch(err) {
|
||||
console.log(err)
|
||||
|
|
|
@ -23,6 +23,6 @@
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
@media screen and (max-width: calc(76.25em + 1px)) {
|
||||
#widget-wrapper { display: none; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user