From 824476a251684afaee97da7f897c9b7593035a16 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 28 Mar 2026 05:30:32 +0100 Subject: [PATCH] feat(repo): hide watch/star/fork buttons on public pages, keep RSS --- public.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public.css b/public.css index 7b38cea..7c0fb5e 100644 --- a/public.css +++ b/public.css @@ -1 +1,4 @@ #navbar, .page-footer { display: none !important; } +.repo-header .flex-item-leading { display: none !important; } +.repo-header .flex-text-block > * { display: none !important; } +.repo-header .flex-text-block > a[href$=".rss"] { display: inline-flex !important; }