fix(rectification): show the house table and hide the activity fold
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -203,6 +203,12 @@ button:disabled { cursor: default; opacity: .45; }
|
||||
.message-markdown td > p { margin: 0; }
|
||||
.message-markdown li > p + p { margin-top: 6px; }
|
||||
.message-answer { min-width: 0; }
|
||||
.message-varga-sentence {
|
||||
margin: var(--space-3) 0 0;
|
||||
color: var(--color-ink-secondary);
|
||||
font-size: var(--type-body-sm);
|
||||
line-height: 1.55;
|
||||
}
|
||||
.markdown-table {
|
||||
max-width: 100%;
|
||||
margin: 14px 0 18px;
|
||||
@@ -1893,6 +1899,24 @@ input:not([type="radio"]):not([type="checkbox"]):not([class^="ant-"]):not([class
|
||||
}
|
||||
.rectification-candidate-action { align-self: end; color: var(--color-action); font-size: 13px; font-weight: 650; }
|
||||
.rectification-saved { margin: 8px 0 16px; color: var(--color-ink); font-size: var(--type-body-sm); }
|
||||
.rectification-house-table {
|
||||
display: grid;
|
||||
gap: var(--space-3);
|
||||
margin: 8px 0 16px;
|
||||
}
|
||||
.rectification-house-table__heading { display: grid; gap: 5px; }
|
||||
.rectification-house-table__heading strong {
|
||||
font-size: var(--type-title-sm);
|
||||
font-family: var(--font-display);
|
||||
font-weight: 600;
|
||||
letter-spacing: -.2px;
|
||||
}
|
||||
.rectification-house-table__heading span {
|
||||
color: var(--color-ink-secondary);
|
||||
font-size: var(--type-caption);
|
||||
line-height: 1.5;
|
||||
}
|
||||
.rectification-house-table .markdown-table { margin: 0; }
|
||||
@media (max-width: 640px) {
|
||||
.rectification-candidates { padding: 14px; }
|
||||
.rectification-candidate-list {
|
||||
|
||||
Reference in New Issue
Block a user