Skip to content

Normalise Tanstack Docs Anchor Headings by bhoot

Details

Authorbhoot

LicenseNo License

Categorytanstack

Created

Updated

Size382 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disables the large, clickable surface area of anchor headings in tanstack docs

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Tanstack - disable large clickable surface area of anchor headings
@version      20241117.06.47
@namespace    bhoot
@description  Disables the large, clickable surface area of anchor headings in tanstack docs
@author       Jayesh Bhoot
==/UserStyle== */

@-moz-document url-prefix("https://tanstack.com/") {
a.anchor-heading {
    display: inline;
}
}

Reviews

No reviews yet.