Enlarge BTC/ETH nav spot ticker font size for readability.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-17 11:47:50 +08:00
parent f03d5d3704
commit de13869b38
3 changed files with 15 additions and 15 deletions
+13 -13
View File
@@ -674,16 +674,16 @@ html[data-theme="light"] .theme-toggle-btn.is-active {
.nav-spot-row { .nav-spot-row {
display: grid; display: grid;
grid-template-columns: 3px 16px minmax(4.2em, auto) minmax(4.5em, auto) minmax(3.2em, auto) minmax(3.4em, auto); grid-template-columns: 3px 18px minmax(4.6em, auto) minmax(5em, auto) minmax(3.6em, auto) minmax(3.8em, auto);
align-items: center; align-items: center;
column-gap: 6px; column-gap: 7px;
padding: 2px 8px 2px 4px; padding: 3px 9px 3px 5px;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 6px; border-radius: 6px;
background: rgba(16, 22, 36, 0.72); background: rgba(16, 22, 36, 0.72);
line-height: 1.15; line-height: 1.2;
white-space: nowrap; white-space: nowrap;
font-size: 0.72rem; font-size: 0.88rem;
} }
.nav-spot-row:hover { .nav-spot-row:hover {
@@ -692,20 +692,20 @@ html[data-theme="light"] .theme-toggle-btn.is-active {
.nav-spot-ribbon { .nav-spot-ribbon {
width: 3px; width: 3px;
height: 14px; height: 16px;
border-radius: 1px 2px 2px 1px; border-radius: 1px 2px 2px 1px;
background: #e24b6a; background: #e24b6a;
justify-self: center; justify-self: center;
} }
.nav-spot-icon { .nav-spot-icon {
width: 16px; width: 18px;
height: 16px; height: 18px;
border-radius: 50%; border-radius: 50%;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: 0.62rem; font-size: 0.72rem;
font-weight: 700; font-weight: 700;
color: #fff; color: #fff;
} }
@@ -773,10 +773,10 @@ html[data-theme="light"] .nav-spot--down .nav-spot-pct {
@media (max-width: 1100px) { @media (max-width: 1100px) {
.nav-spot-row { .nav-spot-row {
grid-template-columns: 3px 14px minmax(3.6em, auto) minmax(3.8em, auto) minmax(2.8em, auto) minmax(3em, auto); grid-template-columns: 3px 16px minmax(4em, auto) minmax(4.2em, auto) minmax(3.2em, auto) minmax(3.4em, auto);
column-gap: 4px; column-gap: 5px;
font-size: 0.66rem; font-size: 0.8rem;
padding: 2px 6px 2px 3px; padding: 2px 7px 2px 4px;
} }
} }
+1 -1
View File
@@ -8,7 +8,7 @@
<link rel="stylesheet" href="/static/instance_theme_early.css?v=4"> <link rel="stylesheet" href="/static/instance_theme_early.css?v=4">
<link rel="stylesheet" href="/static/account_risk_badge.css?v=4"> <link rel="stylesheet" href="/static/account_risk_badge.css?v=4">
<link rel="stylesheet" href="/static/instance_page.css?v=18"> <link rel="stylesheet" href="/static/instance_page.css?v=18">
<link rel="stylesheet" href="/static/instance_theme.css?v=122"> <link rel="stylesheet" href="/static/instance_theme.css?v=123">
<script src="/static/account_risk_badge.js?v=4"></script> <script src="/static/account_risk_badge.js?v=4"></script>
<script src="/static/open_submit_gate.js?v=1"></script> <script src="/static/open_submit_gate.js?v=1"></script>
<meta name="theme-color" content="#0b0d14"> <meta name="theme-color" content="#0b0d14">
+1 -1
View File
@@ -21,7 +21,7 @@
<link rel="manifest" href="/manifest.webmanifest"> <link rel="manifest" href="/manifest.webmanifest">
<title>{{ pwa_app_name }}</title> <title>{{ pwa_app_name }}</title>
<link rel="stylesheet" href="/static/instance_page.css?v=18"> <link rel="stylesheet" href="/static/instance_page.css?v=18">
<link rel="stylesheet" href="/static/instance_theme.css?v=122"> <link rel="stylesheet" href="/static/instance_theme.css?v=123">
</head> </head>
<body <body