Enlarge header subtitle with underline and dash prefix.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -28,7 +28,7 @@ function Shell({ children }: { children: ReactNode }) {
|
|||||||
<div className="header-top">
|
<div className="header-top">
|
||||||
<div className="header-title-wrap">
|
<div className="header-title-wrap">
|
||||||
<div className="header-title">自动化对冲监控系统</div>
|
<div className="header-title">自动化对冲监控系统</div>
|
||||||
<div className="header-subtitle">比特骆驼开发定制</div>
|
<div className="header-subtitle">—— 比特骆驼开发定制</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="header-bar">
|
<div className="header-bar">
|
||||||
|
|||||||
@@ -85,13 +85,18 @@ body {
|
|||||||
|
|
||||||
.header-subtitle {
|
.header-subtitle {
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
margin-top: 4px;
|
margin-top: 6px;
|
||||||
margin-right: -0.4em;
|
margin-right: -0.4em;
|
||||||
padding-left: 2.5em;
|
padding-left: 1.2em;
|
||||||
font-size: 0.78rem;
|
padding-bottom: 2px;
|
||||||
letter-spacing: 0.2em;
|
font-size: 0.95rem;
|
||||||
|
letter-spacing: 0.16em;
|
||||||
color: var(--muted);
|
color: var(--muted);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
text-decoration: underline;
|
||||||
|
text-underline-offset: 4px;
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
|
text-decoration-color: rgba(0, 200, 255, 0.45);
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-bar {
|
.header-bar {
|
||||||
|
|||||||
Reference in New Issue
Block a user