[object Object]

← back to Re Flyer Aggregator

sources dashboard (table mode): each article on ONE LINE (white-space:nowrap) in the Recent column + expanded detail; table expands to the right with horizontal scroll (.tblwrap overflow-x); recent col min 340px (Steve) (TK-10708)

07ed1cebd819be47c75004c741e6510b297f9133 · 2026-08-19 23:20:51 -0700 · Steve Abrams

Files touched

Diff

commit 07ed1cebd819be47c75004c741e6510b297f9133
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 19 23:20:51 2026 -0700

    sources dashboard (table mode): each article on ONE LINE (white-space:nowrap) in the Recent column + expanded detail; table expands to the right with horizontal scroll (.tblwrap overflow-x); recent col min 340px (Steve) (TK-10708)
---
 public/sources/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/sources/index.html b/public/sources/index.html
index 539bbbd..3c85df4 100644
--- a/public/sources/index.html
+++ b/public/sources/index.html
@@ -62,8 +62,8 @@
  td.xc,th.xc{width:24px;color:#9aa} .car{font-size:10px;cursor:pointer}
  tbody tr.srow{cursor:pointer} tbody tr.srow:hover>td{background:#fbfcff} tbody tr.srow.exp>td{background:#eef4ff}
  td.num{cursor:pointer} td.num:hover{text-decoration:underline}
- tr.detail>td{background:#f7f9ff;padding:6px 14px 12px} .dwrap{font-size:12px;color:#445} .dwrap .dm{color:#6B7280;margin-bottom:6px}
- .dwrap .ds{padding:3px 0;border-top:1px solid #eef1f8} .dwrap .ds a{color:#16357A;text-decoration:none}
+ tr.detail>td{background:#f7f9ff;padding:6px 14px 12px} .dwrap{font-size:12px;color:#445} .dwrap .dm{color:#6B7280;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
+ .dwrap .ds,.samp>div{padding:3px 0;white-space:nowrap} .dwrap .ds{border-top:1px solid #eef1f8} .dwrap .ds a{color:#16357A;text-decoration:none} .samp>div{padding:1px 0} td.samp{min-width:340px}
  #nav .col{display:flex;justify-content:space-between;align-items:center;padding:6px 14px;cursor:pointer;font-size:13px;color:#445}
  #nav .col:hover{background:#eef1f8} #nav .col .sw{width:30px;height:16px;border-radius:9px;background:#ccd3e6;position:relative;transition:.15s;flex:none}
  #nav .col.on .sw{background:#0E7C4A} #nav .col .sw::after{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#fff;transition:.15s} #nav .col.on .sw::after{left:16px}

← 8439848 sources dashboard: (1) fix article sort — detail rows + moda  ·  back to Re Flyer Aggregator  ·  sources dashboard: (1) recent-cell + card samples now sort n f6dff9a →