mgbam commited on
Commit
9fe665b
·
verified ·
1 Parent(s): 431e338

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -4
templates/index.html CHANGED
@@ -28,6 +28,7 @@
28
  .container {
29
  max-width: 1280px;
30
  margin: 1.5rem auto;
 
31
  }
32
 
33
  header {
@@ -76,7 +77,7 @@
76
 
77
  .trade-btn {
78
  --pico-font-size: 12px;
79
- padding: 5px 10px;
80
  width: 100%;
81
  white-space: normal;
82
  text-align: left;
@@ -110,13 +111,13 @@
110
  Engine Status: <span style="color: #34D399;">ONLINE</span> | Last Signal: <span id="last-update-time">--:--:--</span>
111
  </div>
112
 
113
- <article>
114
  <table>
115
  <thead>
116
  <tr>
117
  <th>Pair</th>
118
- <th>CEX Price (Binance)</th>
119
- <th>DEX Price (Pyth)</th>
120
  <th>Discrepancy</th>
121
  <th>Risk Assessment</th>
122
  <th>Rationale</th>
 
28
  .container {
29
  max-width: 1280px;
30
  margin: 1.5rem auto;
31
+ padding: 0 1rem;
32
  }
33
 
34
  header {
 
77
 
78
  .trade-btn {
79
  --pico-font-size: 12px;
80
+ --pico-padding: 0.5rem 0.75rem;
81
  width: 100%;
82
  white-space: normal;
83
  text-align: left;
 
111
  Engine Status: <span style="color: #34D399;">ONLINE</span> | Last Signal: <span id="last-update-time">--:--:--</span>
112
  </div>
113
 
114
+ <article data-theme="dark" style="padding: 0; overflow-x: auto;">
115
  <table>
116
  <thead>
117
  <tr>
118
  <th>Pair</th>
119
+ <th>Oracle 1 (Pyth)</th>
120
+ <th>Oracle 2 (Chainlink Agg.)</th>
121
  <th>Discrepancy</th>
122
  <th>Risk Assessment</th>
123
  <th>Rationale</th>