diff options
| author | Claude <noreply@anthropic.com> | 2026-02-28 16:19:50 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-02-28 16:19:50 +0000 |
| commit | 4ec762350c9bc0704bb81357949f910124fac0c6 (patch) | |
| tree | 63cb4bab92900790815d443250adc647b5ae351d /web/dist/v3/index.html | |
| parent | 474a93374340fa3aa5997b66ac1fecbffa620375 (diff) | |
| download | neko-4ec762350c9bc0704bb81357949f910124fac0c6.tar.gz neko-4ec762350c9bc0704bb81357949f910124fac0c6.tar.bz2 neko-4ec762350c9bc0704bb81357949f910124fac0c6.zip | |
Remove scrape/text button that caused squished body textclaude/fix-mobile-scrolling-Ls0Fr
The float:right "text" button inside .dateline was causing .item-description
content to wrap around it when .feed-item gained overflow:hidden. Removing
the button fixes the squished text regression. The backend scrape endpoint
and scrapeItem() handler remain intact for potential future use.
https://claude.ai/code/session_0141nhxmYfoFPVPZ813K1XFD
Diffstat (limited to 'web/dist/v3/index.html')
| -rw-r--r-- | web/dist/v3/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/dist/v3/index.html b/web/dist/v3/index.html index 5ff569d..e115714 100644 --- a/web/dist/v3/index.html +++ b/web/dist/v3/index.html @@ -5,7 +5,7 @@ <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>neko</title> - <script type="module" crossorigin src="/v3/assets/index-C5kv_3He.js"></script> + <script type="module" crossorigin src="/v3/assets/index-BwswC14C.js"></script> <link rel="stylesheet" crossorigin href="/v3/assets/index-9FkFwXcK.css"> </head> <body> |
