fixed app not loading when opening as file
This commit is contained in:
parent
2c344c4614
commit
60a574a905
@ -1207,6 +1207,7 @@ sm-checkbox {
|
||||
.history-entry__txid {
|
||||
font-weight: 500;
|
||||
font-size: 0.9rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#portfolio_asset_page .sticky {
|
||||
|
||||
2
docs/css/main.min.css
vendored
2
docs/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1111,6 +1111,7 @@ sm-checkbox {
|
||||
&__txid {
|
||||
font-weight: 500;
|
||||
font-size: 0.9rem;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
#portfolio_asset_page {
|
||||
|
||||
@ -13,6 +13,7 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet">
|
||||
<script src="https://unpkg.com/uhtml@3.0.1/es.js"></script>
|
||||
<script src="scripts/floGlobals.js"></script>
|
||||
<script src="scripts/lib.js"></script>
|
||||
<script src="scripts/floCrypto.js"></script>
|
||||
@ -20,7 +21,6 @@
|
||||
<script src="scripts/floTokenAPI.js"></script>
|
||||
<script src="scripts/floExchangeAPI.js"></script>
|
||||
<script src="https://unpkg.com/lightweight-charts/dist/lightweight-charts.standalone.production.js"></script>
|
||||
<script src="//unpkg.com/uhtml"></script>
|
||||
<script>
|
||||
const DEFAULT_TRADE_PRICE_DEVIATION_BUY = 15 / 100;
|
||||
const DEFAULT_TRADE_PRICE_DEVIATION_SELL = 10 / 100;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user