Enlarge BTC/ETH nav spot ticker font size for readability.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -674,16 +674,16 @@ html[data-theme="light"] .theme-toggle-btn.is-active {
|
||||
|
||||
.nav-spot-row {
|
||||
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;
|
||||
column-gap: 6px;
|
||||
padding: 2px 8px 2px 4px;
|
||||
column-gap: 7px;
|
||||
padding: 3px 9px 3px 5px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 6px;
|
||||
background: rgba(16, 22, 36, 0.72);
|
||||
line-height: 1.15;
|
||||
line-height: 1.2;
|
||||
white-space: nowrap;
|
||||
font-size: 0.72rem;
|
||||
font-size: 0.88rem;
|
||||
}
|
||||
|
||||
.nav-spot-row:hover {
|
||||
@@ -692,20 +692,20 @@ html[data-theme="light"] .theme-toggle-btn.is-active {
|
||||
|
||||
.nav-spot-ribbon {
|
||||
width: 3px;
|
||||
height: 14px;
|
||||
height: 16px;
|
||||
border-radius: 1px 2px 2px 1px;
|
||||
background: #e24b6a;
|
||||
justify-self: center;
|
||||
}
|
||||
|
||||
.nav-spot-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 50%;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 0.62rem;
|
||||
font-size: 0.72rem;
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
}
|
||||
@@ -773,10 +773,10 @@ html[data-theme="light"] .nav-spot--down .nav-spot-pct {
|
||||
|
||||
@media (max-width: 1100px) {
|
||||
.nav-spot-row {
|
||||
grid-template-columns: 3px 14px minmax(3.6em, auto) minmax(3.8em, auto) minmax(2.8em, auto) minmax(3em, auto);
|
||||
column-gap: 4px;
|
||||
font-size: 0.66rem;
|
||||
padding: 2px 6px 2px 3px;
|
||||
grid-template-columns: 3px 16px minmax(4em, auto) minmax(4.2em, auto) minmax(3.2em, auto) minmax(3.4em, auto);
|
||||
column-gap: 5px;
|
||||
font-size: 0.8rem;
|
||||
padding: 2px 7px 2px 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<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/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/open_submit_gate.js?v=1"></script>
|
||||
<meta name="theme-color" content="#0b0d14">
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
<title>{{ pwa_app_name }}</title>
|
||||
<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>
|
||||
<body
|
||||
|
||||
Reference in New Issue
Block a user