diff options
feat: add cgit view support
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |