aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-06-09 14:07:53 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-06-09 14:07:53 +0200
commit02bc24612903fe341895d152e791d992134491e8 (patch)
tree5256174052f457780f287713f876d5a9bab80cd7
parentd50b86d4f1066ea153832c0f61f2ec95be93ce33 (diff)
downloadburninthing-02bc24612903fe341895d152e791d992134491e8.tar.gz
burninthing-02bc24612903fe341895d152e791d992134491e8.tar.bz2
burninthing-02bc24612903fe341895d152e791d992134491e8.tar.lz
burninthing-02bc24612903fe341895d152e791d992134491e8.zip

feat: add cgit view support

-rw-r--r--index.html13
1 files changed, 13 insertions, 0 deletions
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;
+ }
</style>
<!-- In JS-enabled environments, attempt to ensure frames always render -->
<script>