From c9c3469ce90f5e1cf624a9a97d66fd6db3aba8cb Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 09:58:11 -0800 Subject: feature: add scrape full text button to feed items (fixing NK-8hu7z1) --- frontend/src/components/FeedItem.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'frontend/src/components/FeedItem.css') diff --git a/frontend/src/components/FeedItem.css b/frontend/src/components/FeedItem.css index fc2c850..3becb20 100644 --- a/frontend/src/components/FeedItem.css +++ b/frontend/src/components/FeedItem.css @@ -107,4 +107,20 @@ color: var(--text-color); opacity: 0.8; margin-left: 0; +} + +.scrape-btn { + background: var(--bg-color); + border: 1px solid var(--border-color, #ccc); + color: blue; + cursor: pointer; + font-family: 'Helvetica Neue'; + font-weight: bold; + font-size: 0.8rem; + padding: 2px 6px; + margin-left: 0.5rem; +} + +.scrape-btn:hover { + background: var(--sidebar-bg); } \ No newline at end of file -- cgit v1.2.3