diff options
| author | Claude <noreply@anthropic.com> | 2026-02-18 22:47:00 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-02-18 22:47:00 +0000 |
| commit | b78090371ddc394bf766ba0382568d0c3c6cfd89 (patch) | |
| tree | 8027d4f59b1da9e94d34b8217698afcced4aeb8a /web/dist/v3/themes/sakura.css | |
| parent | 1362f00d39e90aef8a8338887222541a5a992178 (diff) | |
| download | neko-b78090371ddc394bf766ba0382568d0c3c6cfd89.tar.gz neko-b78090371ddc394bf766ba0382568d0c3c6cfd89.tar.bz2 neko-b78090371ddc394bf766ba0382568d0c3c6cfd89.zip | |
Rebuild dist assets to match source changes
https://claude.ai/code/session_0187FXrbScDSWfbNEk9SfJaj
Diffstat (limited to 'web/dist/v3/themes/sakura.css')
| -rw-r--r-- | web/dist/v3/themes/sakura.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/dist/v3/themes/sakura.css b/web/dist/v3/themes/sakura.css index f0fc990..48a1c0a 100644 --- a/web/dist/v3/themes/sakura.css +++ b/web/dist/v3/themes/sakura.css @@ -57,7 +57,8 @@ body { background-color: var(--bg-color); color: var(--text-color); -webkit-font-smoothing: antialiased; - text-rendering: optimizeLegibility; + /* text-rendering: optimizeLegibility removed -- causes expensive text + shaping on all content, leading to scroll jank on mobile. */ } /* ---- Sidebar ---- */ |
