feat(repo): hide watch/star/fork buttons on public pages, keep RSS

This commit is contained in:
2026-03-28 05:30:32 +01:00
committed by andrejus
parent 1db9c88fc7
commit 824476a251

View File

@@ -1 +1,4 @@
#navbar, .page-footer { display: none !important; } #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; }