docs: design fixes to toc and related elements (#12747)

* docs: design fixes to toc and related elements

* change header styling

* fix heading styles

* design fixes

* fix showing badges in toc
This commit is contained in:
Shahed Nasser
2025-06-27 10:34:15 +03:00
committed by GitHub
parent f77696e14b
commit 98de6b6ca3
29 changed files with 82 additions and 39 deletions
@@ -71,7 +71,8 @@ export const MainContentLayout = ({
className={clsx(
"pt-docs_4 lg:pt-docs_6 pb-docs_8 lg:pb-docs_4",
showContentMenu &&
"grid grid-cols-1 lg:mx-auto lg:grid-cols-[1fr_221px]",
"grid grid-cols-1 lg:mx-auto",
desktopSidebarOpen && "lg:grid-cols-[1fr_221px]",
chatOpened && showCollapsedNavbar && "pl-docs_1",
contentClassName
)}