Show strategy rules in fold; larger nav; notify only when cannot open.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -149,13 +149,14 @@ input {
|
||||
}
|
||||
|
||||
.top-nav a {
|
||||
padding: 6px 10px;
|
||||
padding: 8px 14px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 8px;
|
||||
background: var(--bg-elev);
|
||||
color: var(--muted);
|
||||
text-decoration: none;
|
||||
font-size: 13px;
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -307,7 +308,7 @@ input {
|
||||
.plan-rules-fold summary {
|
||||
cursor: pointer;
|
||||
color: var(--muted);
|
||||
font-size: 13px;
|
||||
font-size: 12px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -317,7 +318,26 @@ input {
|
||||
|
||||
.plan-rules-body {
|
||||
margin: 8px 0 0;
|
||||
line-height: 1.45;
|
||||
font-size: 11px;
|
||||
line-height: 1.5;
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.plan-rules-body p {
|
||||
margin: 0 0 4px;
|
||||
}
|
||||
|
||||
.plan-rules-body p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.plan-rules-k {
|
||||
display: inline-block;
|
||||
min-width: 2.2em;
|
||||
margin-right: 6px;
|
||||
color: var(--text);
|
||||
font-weight: 600;
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
.open-cap-row {
|
||||
@@ -485,7 +505,7 @@ input {
|
||||
min-height: 48px;
|
||||
text-decoration: none;
|
||||
color: var(--muted);
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user