Skip to content

Fix gradient color on horizontal overflow #21

Merged
merged 2 commits into from
Jul 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -3167,6 +3167,10 @@ table.table {
color: var(--txt-2) !important;
}
.tdx-table-fade-right {
background: linear-gradient(to right,transparent,var(--bg-0)) !important;
}
thead, tbody, tfoot, tr, td, th {
border-color: var(--border-0);
}
Expand Down