From 02bc24612903fe341895d152e791d992134491e8 Mon Sep 17 00:00:00 2001 From: memdmp Date: Mon, 9 Jun 2025 14:07:53 +0200 Subject: feat: add cgit view support --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 7102a45..4c84960 100644 --- a/index.html +++ b/index.html @@ -194,6 +194,19 @@ border-radius: 1rem; z-index: 9; } + + /* incase viewed in cgit */ + #cgit>* { + display: none !important; + } + + #cgit>.content { + display: block !important; + height: 0px !important; + width: 0px !important; + padding: 0 !important; + margin: 0 !important; + }