feat: expand header stats with total funds and profit-loss ratio
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -604,7 +604,7 @@ html[data-theme="light"] .theme-toggle-btn.is-active {
|
||||
|
||||
.instance-header-stats {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(7, minmax(0, 1fr));
|
||||
grid-template-columns: repeat(9, minmax(0, 1fr));
|
||||
gap: 0;
|
||||
margin-top: 12px;
|
||||
padding: 14px 0 12px;
|
||||
@@ -667,7 +667,7 @@ html[data-theme="light"] .theme-toggle-btn.is-active {
|
||||
|
||||
@media (max-width: 1100px) {
|
||||
.instance-header-stats {
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
row-gap: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user