fix: keep tape date visible and finish dual-review shell polish
Give the overview date its own class so mobile cannot hide it, keep mentor subtitles fully readable, and align sentiment table header tokens. Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
co-authored by
Cursor
multica-agent
parent
bb67085dd4
commit
df45638edd
+11
-5
@@ -218,7 +218,11 @@
|
||||
.sentiment-history-table thead th {
|
||||
border-bottom-color: rgb(216, 224, 230);
|
||||
|
||||
font-size: 11.5px;
|
||||
height: 36px;
|
||||
|
||||
font-size: var(--fs-caption);
|
||||
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.sentiment-history-table .sentiment-history-groups th {
|
||||
@@ -1307,19 +1311,21 @@
|
||||
|
||||
.redesigned-sentiment-view .sentiment-history-table td,
|
||||
.redesigned-sentiment-view .sentiment-history-table th {
|
||||
height: auto;
|
||||
height: 40px;
|
||||
|
||||
padding: 8px 10px;
|
||||
padding: 0 10px;
|
||||
|
||||
border-bottom: 1px solid var(--r2-line-soft);
|
||||
}
|
||||
|
||||
.redesigned-sentiment-view .sentiment-history-table thead th {
|
||||
height: 36px;
|
||||
|
||||
background: var(--table-header);
|
||||
|
||||
color: var(--r2-sub);
|
||||
color: var(--text-2);
|
||||
|
||||
font-size: 12px;
|
||||
font-size: var(--fs-caption);
|
||||
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user